From 55ada3b79a165505a15b3a554ccc4ef5be6095b1 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 25 Feb 2022 04:21:55 +0100 Subject: [PATCH] adjusted backend db version requirement --- 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 e26272436..b98d7a011 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: '0026-clean_transaction_table', + DB_VERSION: '0027-decimal_types', DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0 }