mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-16 04:14:58 +02:00
Add: migrations for authors, series, and podcast episodes
This commit is contained in:
parent
d80752cc9d
commit
1fa80e31d1
4 changed files with 93 additions and 3 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