Removing skip setup, tests depend on this behaviour - will update in separate PR.
This commit is contained in:
parent
5b150e7748
commit
b787fafb32
|
@ -86,7 +86,7 @@ export const runMigration = async (
|
|||
count++
|
||||
const lengthStatement = length > 1 ? `[${count}/${length}]` : ""
|
||||
|
||||
const db = getDB(dbName, { skip_setup: true })
|
||||
const db = getDB(dbName)
|
||||
|
||||
try {
|
||||
const doc = await getMigrationsDoc(db)
|
||||
|
|
Loading…
Reference in New Issue