mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 14:30:58 -04:00
move the new sql to patch8.sql
This commit is contained in:
parent
dd877cfc70
commit
ada6606217
2 changed files with 8 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Database {
|
|||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static path = "./data/kuma.db";
|
||||
static latestVersion = 7;
|
||||
static latestVersion = 8;
|
||||
static noReject = true;
|
||||
static sqliteInstance = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue