Browse Source

fix: db patch #9

remotes/philippdormann/main
Philipp Dormann 4 years ago
parent
commit
0a48078de9
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 2
      server/database.js

2
server/database.js

@ -7,7 +7,7 @@ class Database {
static templatePath = "./db/kuma.db"
static dataDir;
static path;
static latestVersion = 8;
static latestVersion = 9;
static noReject = true;
static sqliteInstance = null;

Loading…
Cancel
Save