From fc21e02ed4f41694fcc004a631fe17e9b8d42a12 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Sun, 20 Jun 2021 23:00:46 +0200
Subject: [PATCH] update mysql backend schema version

---
 conf/core/server.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/core/server.conf b/conf/core/server.conf
index 2e916649..153f7691 100644
--- a/conf/core/server.conf
+++ b/conf/core/server.conf
@@ -68,7 +68,7 @@ MYSQL_USER_NAME=caosdb
 # Password for the user
 MYSQL_USER_PASSWORD=caosdb
 # Schema of mysql procedures and tables which is required by this CaosDB instance
-MYSQL_SCHEMA_VERSION=v4.0.0
+MYSQL_SCHEMA_VERSION=v5.0
 
 
 # --------------------------------------------------
-- 
GitLab