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