From c6e2d2cf1c5e4e3cc28453d60574f17f699d2f85 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 7 Feb 2022 07:57:14 +0100 Subject: [PATCH] updated version string --- 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 f9707c711..46cb00ed2 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: '0019-replace_login_user_id_with_state_user_id', + DB_VERSION: '0020-rename_and_clean_state_users', } const server = {