From fcb6b1c2d3c87d90dbbcc039264ee8d189b2ba7c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 28 Feb 2022 02:04:42 +0100 Subject: [PATCH] update 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 8961fc358..580dd1a0c 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: '0024-combine_transaction_tables', + DB_VERSION: '0025-emails_to_lower', DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0 }