https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36453
--- Comment #44 from Tomás Cohen Arazi <[email protected]> --- Hi all. This broke MySQL 8 support, as it is setting a default value for a MEDIUM column, which is not allowed. Steps to reproduce: ```shell ktd down DB_IMAGE=mysql:8.0 ktd up ``` and you get: ``` C4::Installer::load_sql returned the following errors while attempting to load /kohadevbox/koha/installer/data/mysql/kohastructure.sql: DBD::mysql::st execute failed: BLOB, TEXT, GEOMETRY or JSON column 'BlockExpiredPatronOpacActions' can't have a default value at /usr/share/perl5/DBIx/RunSQL.pm line 290, <$args{...}> line 1. Something went wrong loading file /kohadevbox/koha/installer/data/mysql/kohastructure.sql ([SQL ERROR]: CREATE TABLE `categories` ( ... ``` -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
