Feat: Add database storage for TLS info

This commit is contained in:
Nelson Chan
2021-07-26 12:24:12 +08:00
parent 803f0d6219
commit d0c63ebe3e
5 changed files with 59 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class Database {
static templatePath = "./db/kuma.db"
static path = './data/kuma.db';
static latestVersion = 1;
static latestVersion = 2;
static noReject = true;
static async patch() {