mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 15:25:36 -04:00
update database schema, add upside_down and ignore_tls
This commit is contained in:
parent
133c7230bc
commit
53a90347ca
2 changed files with 38 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue