https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402
--- Comment #3 from Jonathan Druart <[email protected]> --- Created attachment 51235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51235&action=edit Bug 16402: Make kohastructure.sql valid for MySQL v5.7 A primary key should not contain null value, and MySQL v5.7 is now more strict and won't accept our errors in the DB structure. Test plan: mysql < installer/data/mysql/kohastructure.sql should work using MySQL v5.7 QA: - letter.branchcode should not be NULL, the default (all) is an empty string - permissions.code should not be NULL, it's always a string -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
