diff --git a/docs/update_and_migration/from_4.6/update_from_4.6.md b/docs/update_and_migration/from_4.6/update_from_4.6.md index 606e5cc727..9ed1c68e0d 100644 --- a/docs/update_and_migration/from_4.6/update_from_4.6.md +++ b/docs/update_and_migration/from_4.6/update_from_4.6.md @@ -378,7 +378,15 @@ Run the following scripts: ## v4.6.22 -No additional steps needed. +### Set character set for activity log tables [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] + +When using MySQL or MariaDB, run the following script to ensure correct character set for activity log tables: + +=== "MySQL" + + ``` bash + mysql -u -p < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.6.21-to-4.6.22.sql + ``` [[% include 'snippets/update/notify_support.md' %]]