mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 09:14:40 +02:00
Update bookSeries & bookAuthors table to include createdAt timestamp
This commit is contained in:
parent
4dbe8d29d9
commit
4d0acb30ba
9 changed files with 447 additions and 407 deletions
|
@ -21,7 +21,8 @@ module.exports = (sequelize) => {
|
|||
}, {
|
||||
sequelize,
|
||||
modelName: 'bookAuthor',
|
||||
timestamps: false
|
||||
timestamps: true,
|
||||
updatedAt: false
|
||||
})
|
||||
|
||||
// Super Many-to-Many
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue