Skip to content

Commit e934874

Browse files
mnoconkonradoboza
andauthored
Update 4.6.22 (#2851)
* Adjusted code samples * [Discounts] Added doc for 4.6.22 * Fixed limit mention * Added update mention * Removed mentions of OverridePrioritatization * Wording * Update code_samples/discounts/src/Command/ManageDiscountsCommand.php Co-authored-by: Konrad Oboza <[email protected]> * Fixed highlights * Review suggestions * Added missing v prefix * Added doc for IBX-9933 * Fixed badge --------- Co-authored-by: Konrad Oboza <[email protected]>
1 parent 27f0e56 commit e934874

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,15 @@ Run the following scripts:
378378

379379
## v4.6.22
380380

381-
No additional steps needed.
381+
### 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+
```
382390

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

0 commit comments

Comments
 (0)