mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-13 12:54:47 +00:00
Updates db to version 7
This commit is contained in:
parent
060a8b6a69
commit
49187cd284
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Database {
|
|||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static path = "./data/kuma.db";
|
||||
static latestVersion = 6;
|
||||
static latestVersion = 7;
|
||||
static noReject = true;
|
||||
|
||||
static async connect() {
|
||||
|
|
Loading…
Add table
Reference in a new issue