We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f0e56 commit e934874Copy full SHA for e934874
docs/update_and_migration/from_4.6/update_from_4.6.md
@@ -378,7 +378,15 @@ Run the following scripts:
378
379
## v4.6.22
380
381
-No additional steps needed.
+### Set character set for activity log tables [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
382
+
383
+When using MySQL or MariaDB, run the following script to ensure correct character set for activity log tables:
384
385
+=== "MySQL"
386
387
+ ``` bash
388
+ mysql -u <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.6.21-to-4.6.22.sql
389
+ ```
390
391
[[% include 'snippets/update/notify_support.md' %]]
392
0 commit comments