mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
Migration test force re-create tables
This commit is contained in:
parent
c738e35a8c
commit
0f83a292f6
3 changed files with 9 additions and 5 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue