From a6bf9076207518e08717e6bc9594e650d8dd5d3d Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 15 Apr 2020 11:37:22 +0200 Subject: [PATCH] Update MySQL to 3.0.0 --- 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 462a1690..8f585934 100644 --- a/conf/core/server.conf +++ b/conf/core/server.conf @@ -67,7 +67,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=v2.1.1 +MYSQL_SCHEMA_VERSION=v3.0.0 # -------------------------------------------------- -- GitLab