Browse Source
Update server/database.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/380/head
No0Vad
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server/database.js
|
|
@ -30,7 +30,7 @@ class Database { |
|
|
|
static patchList = { |
|
|
|
"patch-setting-value-type.sql": true, |
|
|
|
"patch-improve-performance.sql": true, |
|
|
|
"patch-add-retry-interval-monitor.sql": true |
|
|
|
"patch-add-retry-interval-monitor.sql": true, |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|