Bug convert-utf8mb4 doesn't check if fullUnicode is already set before recommending it should be set

There is a bug in this version
X

Xon

Guest
After running the migration and making changes this CLI command dumps the following text;
Code:

Code:
You must now add the following to your src/config.php file:
$config['fullUnicode'] = true;
It does this regardless of if fullUnicode has been set.

It is possible for the config.php to be already configured or the command is being re-run to pickup add-on tables.

Continue reading...