diff --git a/CHANGELOG.md b/CHANGELOG.md index c9bfbe77011496e878d6aacf70ffba6e93125b5d..7e38373ff9633de5a9d45bbb18e60906b06c55fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### +* #32 SQL base schema for installation has been updated from v2.0 to v5.0 + ### Deprecated ### ### Removed ### @@ -24,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Bug in applyPOV which led to caosdb-server#154: Queries with "!=" returned the same results as "=" (for references). +* #32 Removed unused `groups` table from installation routines which prevented + the installation with MySQL 8. ### Security ###