Browse Source

update the latest db version to 3

remotes/Mikhail5555/cert-notification
LouisLam 4 years ago
parent
commit
06c4523ce3
  1. 2
      server/database.js

2
server/database.js

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

Loading…
Cancel
Save