From 31c00a28e0af6dad5aa8ef4cef859aa3f4ae76e8 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 29 Jan 2022 05:37:43 +0100 Subject: [PATCH] adjust required 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 6407a65f6..99859b252 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: '0015-admin_pending_creations', + DB_VERSION: '0016-transaction_signatures', } const server = {