From 567d69939b5e929832abf607dcc2874fee58dda9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Mar 2018 13:02:29 +0000 Subject: [PATCH] Bug 20299 - Koha is a gift Content-Type: text/plain; charset="utf-8" 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. Signed-off-by: Mason James --- 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 4c2f757..a5d143e 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