update the latest db version to 3

This commit is contained in:
LouisLam 2021-07-26 23:05:04 +08:00
parent ac3732f6cc
commit 06c4523ce3

View File

@ -8,7 +8,7 @@ class Database {
static templatePath = "./db/kuma.db"
static path = './data/kuma.db';
static latestVersion = 2;
static latestVersion = 3;
static noReject = true;
static async patch() {