mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 22:21:03 +08:00
update database schema, add upside_down and ignore_tls
This commit is contained in:
@@ -8,7 +8,7 @@ class Database {
|
||||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static path = "./data/kuma.db";
|
||||
static latestVersion = 3;
|
||||
static latestVersion = 4;
|
||||
static noReject = true;
|
||||
|
||||
static async patch() {
|
||||
|
Reference in New Issue
Block a user