mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-05 02:02:44 +02:00
Migration test force re-create tables
This commit is contained in:
+2
-2
@@ -103,8 +103,8 @@ class Server {
|
||||
|
||||
// TODO: Test new db connection
|
||||
await Database.init()
|
||||
await Database.createTestUser()
|
||||
// await dbMigration3.migrate()
|
||||
// await Database.createTestUser()
|
||||
await dbMigration3.migrate()
|
||||
|
||||
const previousVersion = await this.db.checkPreviousVersion() // Returns null if same server version
|
||||
if (previousVersion) {
|
||||
|
||||
Reference in New Issue
Block a user