From 9aa4e09e32ed19da45ec5fba5b2c2a3ef41f7a58 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Mar 2018 13:02:29 +0000 Subject: [PATCH] Bug 20299 - Is Koha installer suggesting Koha is shit? This patch updates the database update script replacing the "pile of poo" emoji with the "wrapped gift" emoji. To test, apply the patch and go to Administration -> System preferences -> Local use. Set the "Version" preference back to trigger a database update. Go through the database update process and confirm that the "Convert DB tables to utf8mb4" upgrade message includes a gift emoji. --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e8121d0..315fd0c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/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); } -- 2.1.4