Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|
|
|
|