corrected database version

This commit is contained in:
Ulf Gebhardt 2022-02-14 08:32:06 +01:00
parent 6d732374c5
commit 14dfb22593
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: '0020-rename_and_clean_state_users', DB_VERSION: '0021-elopagebuys_fields_nullable',
} }
const server = { const server = {