mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 13:39:41 +00:00
Complete migration file
This commit is contained in:
parent
b8de041497
commit
243bc7b0d0
22 changed files with 1203 additions and 162 deletions
|
|
@ -20,6 +20,10 @@ module.exports = (sequelize) => {
|
|||
}, {
|
||||
sequelize,
|
||||
freezeTableName: true, // sequelize uses datum as singular of data
|
||||
name: {
|
||||
singular: 'FileMetadata',
|
||||
plural: 'FileMetadata'
|
||||
},
|
||||
modelName: 'FileMetadata'
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue