update database schema, add upside_down and ignore_tls

This commit is contained in:
LouisLam 2021-07-28 23:26:27 +08:00
parent 133c7230bc
commit 53a90347ca
2 changed files with 38 additions and 1 deletions

View file

@ -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() {