mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 19:31:39 +00:00
Add podcastId index to podcastEpisodes
This commit is contained in:
parent
f2102a0a23
commit
8e493fdafa
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class PodcastEpisode extends Model {
|
|||
modelName: 'podcastEpisode',
|
||||
indexes: [
|
||||
{
|
||||
fields: ['createdAt']
|
||||
fields: ['createdAt','podcastId']
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue