mirror of https://github.com/louislam/uptime-kuma
update the latest db version to 3
parent
ac3732f6cc
commit
06c4523ce3
|
@ -8,7 +8,7 @@ class Database {
|
|||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static path = './data/kuma.db';
|
||||
static latestVersion = 2;
|
||||
static latestVersion = 3;
|
||||
static noReject = true;
|
||||
|
||||
static async patch() {
|
||||
|
|
Loading…
Reference in New Issue