mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-16 01:57:48 +02:00
Add: migrations for authors, series, and podcast episodes
This commit is contained in:
@ -54,7 +54,13 @@ class BookAuthor extends Model {
|
||||
sequelize,
|
||||
modelName: 'bookAuthor',
|
||||
timestamps: true,
|
||||
updatedAt: false
|
||||
updatedAt: false,
|
||||
indexes: [
|
||||
{
|
||||
name: 'bookAuthor_authorId',
|
||||
fields: ['authorId']
|
||||
}
|
||||
]
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user