From 7729f44ba13dbe232b9e5ab1094867bdbf525f7c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 21 Oct 2021 05:13:45 +0200 Subject: [PATCH] updated backend required database version --- backend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index 9dd75dce5..65f899b26 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -23,7 +23,7 @@ import schema from './graphql/schema' // TODO implement // import queryComplexity, { simpleEstimator, fieldConfigEstimator } from "graphql-query-complexity"; -const DB_VERSION = '0002-add_settings' +const DB_VERSION = '0004-login_server_data' async function main() { // open mysql connection