From 787f3e4e19e16885743ce7da331eb6f550a5c42e 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 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 Signed-off-by: Katrin Fischer --- 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 4c2f757025..a5d143e54a 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.14.1