mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-06 16:09:46 +00:00
Update migration file to use bulkCreate
This commit is contained in:
parent
8287822354
commit
b8de041497
2 changed files with 85 additions and 45 deletions
|
|
@ -26,7 +26,8 @@ class Database {
|
|||
Logger.info(`[Database] Initializing db at "${dbPath}"`)
|
||||
this.sequelize = new Sequelize({
|
||||
dialect: 'sqlite',
|
||||
storage: dbPath
|
||||
storage: dbPath,
|
||||
logging: false
|
||||
})
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue