Merge branch 'master' into retry-heartbeat-interval

This commit is contained in:
No0Vad
2021-09-13 00:19:51 +02:00
committed by GitHub
33 changed files with 1596 additions and 110 deletions

View File

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