mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-23 23:11:13 -04:00
fix high severity vulnerabilities by using my fork sqlite3 package
This commit is contained in:
parent
d3e24df225
commit
a40816b948
2 changed files with 20 additions and 3 deletions
|
@ -649,9 +649,7 @@ async function initDatabase() {
|
|||
}
|
||||
|
||||
console.log("Connecting to Database")
|
||||
R.setup("sqlite", {
|
||||
filename: Database.path,
|
||||
});
|
||||
Database.connect();
|
||||
console.log("Connected")
|
||||
|
||||
// Patch the database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue