Removing skip setup, tests depend on this behaviour - will update in separate PR.

This commit is contained in:
mike12345567 2023-03-01 19:45:59 +00:00
parent 5b150e7748
commit b787fafb32
1 changed files with 1 additions and 1 deletions

View File

@ -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)