mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-06 18:52:43 +02:00
Migration test force re-create tables
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ class Database {
|
||||
require('./models/Notification')(this.sequelize)
|
||||
require('./models/UserPermission')(this.sequelize)
|
||||
|
||||
return this.sequelize.sync({ force: false })
|
||||
return this.sequelize.sync({ force: true })
|
||||
}
|
||||
|
||||
async createTestUser() {
|
||||
|
||||
Reference in New Issue
Block a user