From 185c38c12ae1a4937008a6aba52578db45c8c819 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 18 Feb 2022 11:02:22 +0100 Subject: [PATCH] updated database version --- backend/src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/config/index.ts b/backend/src/config/index.ts index 0391f41f1..990cde078 100644 --- a/backend/src/config/index.ts +++ b/backend/src/config/index.ts @@ -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 }