mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-14 09:18:22 +02:00
Add: migrations for authors, series, and podcast episodes
This commit is contained in:
@ -157,7 +157,7 @@ class PodcastEpisode extends Model {
|
||||
modelName: 'podcastEpisode',
|
||||
indexes: [
|
||||
{
|
||||
fields: ['createdAt']
|
||||
fields: ['createdAt', 'podcastId']
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user