fix database version requirement for backend

This commit is contained in:
Ulf Gebhardt 2022-04-25 16:36:33 +02:00
parent 23ed8fe4f7
commit 6aad140247
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -10,7 +10,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0035-admin_pending_creations_decimal.ts',
DB_VERSION: '0035-admin_pending_creations_decimal',
DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0
CONFIG_VERSION: {
DEFAULT: 'DEFAULT',