updated required database version

This commit is contained in:
Ulf Gebhardt 2022-02-26 17:29:15 +01:00
parent b2288e1adc
commit 85b9fb9b86
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -12,7 +12,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0027-decimal_types',
DB_VERSION: '0028-clean_transaction_table',
DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0
}