https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516

--- Comment #135 from Josef Moravec <josef.mora...@gmail.com> ---
Comment on attachment 88038
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88038
Bug 15516: (follow-up) Fixing modal view and more

Review of attachment 88038:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15516&attachment=88038)
-----------------------------------------------------------------

Just quick look into the follow-ups, found this:

::: installer/data/mysql/atomicupdate/bug_15516_-_hold_group_table.perl
@@ +3,5 @@
> +    $dbh->do(q{DROP TABLE IF EXISTS hold_group});
> +    $dbh->do(q{CREATE TABLE hold_group (
> +        hold_group_id int unsigned NOT NULL AUTO_INCREMENT,
> +        PRIMARY KEY (hold_group_id)
> +        ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci});

should be utf8mb4

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to