mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-22 11:54:32 +02:00
This commit is contained in:
parent
456bb87a00
commit
160c83df4a
3 changed files with 11 additions and 3 deletions
|
@ -152,7 +152,12 @@ class PodcastEpisode extends Model {
|
|||
extraData: DataTypes.JSON
|
||||
}, {
|
||||
sequelize,
|
||||
modelName: 'podcastEpisode'
|
||||
modelName: 'podcastEpisode',
|
||||
indexes: [
|
||||
{
|
||||
fields: ['createdAt']
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
const { podcast } = sequelize.models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue