Update server/database.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
No0Vad 2021-09-12 17:05:23 +02:00 committed by GitHub
parent 3d27561e5a
commit 389d247463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class Database {
static patchList = { static patchList = {
"patch-setting-value-type.sql": true, "patch-setting-value-type.sql": true,
"patch-improve-performance.sql": true, "patch-improve-performance.sql": true,
"patch-add-retry-interval-monitor.sql": true "patch-add-retry-interval-monitor.sql": true,
} }
/** /**