Adjusted for new db patch management

This commit is contained in:
Ponkhy 2021-09-11 16:37:33 +02:00
parent 8cd5bad44c
commit 295ccba44b
2 changed files with 1 additions and 0 deletions

View File

@ -30,6 +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-2fa.sql": true,
} }
/** /**