updated database version

This commit is contained in:
Ulf Gebhardt 2022-02-18 11:02:22 +01:00
parent 0683ff1999
commit 185c38c12a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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