adjusted backend db version requirement

This commit is contained in:
Ulf Gebhardt 2022-02-25 04:21:55 +01:00
parent 3ffdf24f80
commit 55ada3b79a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -4,7 +4,7 @@ import dotenv from 'dotenv'
dotenv.config()
const constants = {
DB_VERSION: '0026-clean_transaction_table',
DB_VERSION: '0027-decimal_types',
DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0
}