mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Fix: podcast episode index name
This commit is contained in:
parent
e8a1ea3b54
commit
84012d9090
2 changed files with 4 additions and 3 deletions
|
@ -157,6 +157,7 @@ class PodcastEpisode extends Model {
|
|||
modelName: 'podcastEpisode',
|
||||
indexes: [
|
||||
{
|
||||
name: 'podcastEpisode_createdAt_podcastId',
|
||||
fields: ['createdAt', 'podcastId']
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue