mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 00:24:07 +08:00
move the new sql to patch8.sql
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user