updated database version in backend

This commit is contained in:
Ulf Gebhardt 2022-02-20 12:01:52 +01:00
parent 0c15bed74e
commit fc0675c461
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: '0023-users_disabled_soft_delete', DB_VERSION: '0024-combine_transaction_tables',
DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0 DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0
} }