@@ -, +, @@ -> Local use. Set the "Version" preference back to trigger a database --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/updatedatabase.pl +++ a/installer/data/mysql/updatedatabase.pl @@ -15545,7 +15545,7 @@ if( CheckVersion( $DBversion ) ) { } $dbh->do(q|SET foreign_key_checks = 1|); - print "Upgrade to $DBversion done (Bug 18336 - Convert DB tables to utf8mb4 💩)\n"; + print "Upgrade to $DBversion done (Bug 18336 - Convert DB tables to utf8mb4 🎁)\n"; SetVersion($DBversion); } --