mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 18:38:07 +00:00
revert back to node-sqlite3
This commit is contained in:
parent
bc70ecfba7
commit
e4b76717be
1 changed files with 1 additions and 4 deletions
|
@ -121,11 +121,8 @@ class Database {
|
||||||
return statement !== "";
|
return statement !== "";
|
||||||
})
|
})
|
||||||
|
|
||||||
// Use better-sqlite3 to run, prevent "This statement does not return data. Use run() instead"
|
|
||||||
const db = await this.getBetterSQLite3Database();
|
|
||||||
|
|
||||||
for (let statement of statements) {
|
for (let statement of statements) {
|
||||||
db.prepare(statement).run();
|
await R.exec(statement);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue