corrected migration name & config db version

This commit is contained in:
Ulf Gebhardt 2022-02-16 12:05:46 +01:00
parent 37354a010a
commit 374841feb3
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 1 additions and 1 deletions

View File

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