Actions
Task #105574
closedAccount for different utf8 platform aliases in schema migrator assertions
Start date:
2024-11-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Newer versions of MariaDB and MySQL use utf8
as an alias for utf8mb3
.
Therefore utf8mb3
is reported in schema queries instead of utf8
.
Actions