Fix: [DB] Add default for created_date in monitor

This commit is contained in:
Nelson Chan
2021-08-03 17:42:57 +08:00
parent 6f044de6e6
commit 0c3c59df4e
2 changed files with 67 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() {