From a278466083a3c5757fa76eac5816a3785f4150d0 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 10 Jul 2020 13:23:06 +0200 Subject: [PATCH] DEPS: change mysql version tag --- 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 0e793c8f..4f82106e 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=v3.0.0 +MYSQL_SCHEMA_VERSION=v3.0.0-rc2 # -------------------------------------------------- -- GitLab