mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adjusted backend db version requirement
This commit is contained in:
parent
3ffdf24f80
commit
55ada3b79a
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user