Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable EMOJI compatibility for Configuration: Set default collation of field "value" in table "core_config_data" to utf8mb4_unicode_ci #39393

Open
vbidou opened this issue Nov 21, 2024 · 1 comment

Comments

@vbidou
Copy link

vbidou commented Nov 21, 2024

Description

Enable Emoji compatibility for values recorded inside the Table "core_config_data".
Current default collation for field "value" is utf8mb3_general_ci
This collation doesn't allow full EMOJI compatibility
This is possible to change the collation manually, but this change is lost during the next setup:upgrade due to the default DB schema of Magento.

Expected behavior

Allow full EMOJI compatibility by assigning default collation utf8mb4_unicode_ci to this field.

Benefits

Allow to use the full spectrum of EMOJI for the users.

Additional information

No additional information

Release note

No response

Copy link

m2-assistant bot commented Nov 21, 2024

Hi @vbidou. Thank you for your report.
To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.


Join Magento Community Engineering Slack and ask your questions in #github channel.
⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant