mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 23:50:10 +08:00
Merge pull request #150 from chakflying/created_date
Fix: [DB] Add default for created_date in monitor
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user