mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-24 14:37:14 -04:00
Fix clean database method and version bump 2.3.5
This commit is contained in:
parent
f6baf06164
commit
87d037cb0a
5 changed files with 7 additions and 5 deletions
|
@ -156,7 +156,7 @@ class Database {
|
|||
await this.buildModels(force)
|
||||
Logger.info(`[Database] Db initialized with models:`, Object.keys(this.sequelize.models).join(', '))
|
||||
|
||||
await this.cleanDatabase()
|
||||
|
||||
await this.loadData()
|
||||
}
|
||||
|
||||
|
@ -268,6 +268,8 @@ class Database {
|
|||
await dbMigration.migrationPatch2(this)
|
||||
}
|
||||
|
||||
await this.cleanDatabase()
|
||||
|
||||
// Set if root user has been created
|
||||
this.hasRootUser = await this.models.user.getHasRootUser()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue