Actions
Bug #9417
closedCountries and Provinces table wrong default collation
Description
These are being strictly set to utf8_general_ci while default is utf8mb4_unicode_ci. This can result in mixed collation errors. Remove the collation attribute and just let it use default utf8mb4_unicode_ci.
Updated by krileon about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !338
Actions