From ff77ffc82c13c9243cbea005045637ae80012f84 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 3 Feb 2022 21:41:14 +0100 Subject: [PATCH] adjusted db 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 99859b252..f9707c711 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: '0016-transaction_signatures', + DB_VERSION: '0019-replace_login_user_id_with_state_user_id', } const server = {