Bug 20299: Koha is a gift
authorOwen Leonard <oleonard@myacpl.org>
Fri, 23 Mar 2018 13:02:29 +0000 (13:02 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Mar 2018 20:01:10 +0000 (17:01 -0300)
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 <mtj@kohaaloha.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/updatedatabase.pl

index 4c2f757..a5d143e 100755 (executable)
@@ -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 ð\9f\92©)\n";
+    print "Upgrade to $DBversion done (Bug 18336 - Convert DB tables to utf8mb4 ð\9f\8e\81)\n";
     SetVersion($DBversion);
 }