Skip to content
10 changes: 9 additions & 1 deletion docs/update_and_migration/from_4.6/update_from_4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.6.21-to-4.6.22.sql
```

[[% include 'snippets/update/notify_support.md' %]]

Expand Down
Loading