mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-05 12:31:48 +02:00
Update migration file to use bulkCreate
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user