diff --git a/conf/core/server.conf b/conf/core/server.conf index ccf332edb423ee1d3fde59597db93ed0c2316cdd..153f76914618d8c524ea417586cb48481e16bf88 100644 --- a/conf/core/server.conf +++ b/conf/core/server.conf @@ -67,8 +67,8 @@ MYSQL_DATABASE_NAME=caosdb 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. The versioning follows SemVer 2.0 specs. -MYSQL_SCHEMA_VERSION=v4.0.0 +# Schema of mysql procedures and tables which is required by this CaosDB instance +MYSQL_SCHEMA_VERSION=v5.0 # --------------------------------------------------