Merge pull request #150 from chakflying/created_date

Fix: [DB] Add default for created_date in monitor
This commit is contained in:
Louis Lam
2021-08-03 22:58:56 +08:00
committed by GitHub
2 changed files with 71 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ class Database {
static templatePath = "./db/kuma.db"
static path = "./data/kuma.db";
static latestVersion = 4;
static latestVersion = 5;
static noReject = true;
static async patch() {