Merge pull request #1835 from gradido/fix_database_version

Fix: database version requirement for backend corrected
This commit is contained in:
Ulf Gebhardt 2022-04-25 16:49:30 +02:00 committed by GitHub
commit 823a212d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',