mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-05 12:31:48 +02:00
Update bookSeries & bookAuthors table to include createdAt timestamp
This commit is contained in:
@@ -21,7 +21,8 @@ module.exports = (sequelize) => {
|
||||
}, {
|
||||
sequelize,
|
||||
modelName: 'bookAuthor',
|
||||
timestamps: false
|
||||
timestamps: true,
|
||||
updatedAt: false
|
||||
})
|
||||
|
||||
// Super Many-to-Many
|
||||
|
||||
Reference in New Issue
Block a user