mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-13 23:17:00 +08:00
update the latest db version to 3
This commit is contained in:
@@ -8,7 +8,7 @@ class Database {
|
|||||||
|
|
||||||
static templatePath = "./db/kuma.db"
|
static templatePath = "./db/kuma.db"
|
||||||
static path = './data/kuma.db';
|
static path = './data/kuma.db';
|
||||||
static latestVersion = 2;
|
static latestVersion = 3;
|
||||||
static noReject = true;
|
static noReject = true;
|
||||||
|
|
||||||
static async patch() {
|
static async patch() {
|
||||||
|
Reference in New Issue
Block a user