DB IDO: Add upgrading note

This commit is contained in:
Michael Friedrich 2019-08-05 13:06:50 +02:00
parent 8d071c8d30
commit f0f5fbb9ce
1 changed files with 6 additions and 0 deletions

View File

@ -289,6 +289,12 @@ It will also attempt to fix them, the following log entry is perfectly fine.
If you still encounter problems, please follow [this troubleshooting entry](15-troubleshooting.md#troubleshooting-api-missing-runtime-objects).
### DB IDO MySQL Schema <a id="upgrading-to-2-11-db-ido"></a>
The schema for MySQL contains an optional update which
drops unneeded indexes. You don't necessarily need to apply
this update.
### Documentation <a id="upgrading-to-2-11-documentation"></a>
* `Custom attributes` have been renamed to `Custom variables` following the name `vars` and their usage in backends and web interfaces.