Updates db to version 7

This commit is contained in:
Niyas 2021-08-14 08:15:20 +05:30 committed by GitHub
parent 060a8b6a69
commit 49187cd284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {