adjust required database version

This commit is contained in:
Ulf Gebhardt 2022-01-29 03:58:01 +01:00
parent 71551153c4
commit a1548805ac
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -4,7 +4,7 @@ import dotenv from 'dotenv'
dotenv.config() dotenv.config()
const constants = { const constants = {
DB_VERSION: '0014-drop_unused_tables_with_data', DB_VERSION: '0015-admin_pending_creations',
} }
const server = { const server = {