Open nanasess opened 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 51.72%. Comparing base (
a895209
) to head (ebf1770
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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 frommysql:8.0
tomysql:8.4
and changed the character set toutf8mb4
and collation toutf8mb4_general_ci
.