From 14dfb225937008ad40c752c7e0300d5daa1a282e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 14 Feb 2022 08:32:06 +0100 Subject: [PATCH] corrected 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 46cb00ed2..64f3fd667 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: '0020-rename_and_clean_state_users', + DB_VERSION: '0021-elopagebuys_fields_nullable', } const server = {