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

Use MySQL8.4 with utf8mb4 #1044

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

nanasess
Copy link
Contributor

This pull request includes an update to the MySQL service configuration in the docker-compose.mysql.yml file. The most important change is upgrading the MySQL version and adjusting the character set and collation settings.

MySQL service configuration update:

  • docker-compose.mysql.yml: Upgraded MySQL image from mysql:8.0 to mysql:8.4 and changed the character set to utf8mb4 and collation to utf8mb4_general_ci.

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.72%. Comparing base (a895209) to head (ebf1770).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1044   +/-   ##
=======================================
  Coverage   51.72%   51.72%           
=======================================
  Files          80       80           
  Lines       10202    10202           
=======================================
  Hits         5277     5277           
  Misses       4925     4925           
Flag Coverage Δ
tests 51.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

1 participant