Merge branch 'master' into retry-heartbeat-interval

This commit is contained in:
No0Vad 2021-09-13 00:19:51 +02:00 committed by GitHub
commit 91ee39ec60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,
}