http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363
--- Comment #101 from Jonathan Druart <[email protected]> --- Created attachment 43827 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43827&action=edit Bug 10363: Fix Updatedb entry on MariaDB With MariaDB, I get the following error: ERROR 1832 (HY000): Cannot change column 'av_id': used in a foreign key constraint 'authorised_values_branches_ibfk_1' The solution would be to remove the constraints, modify the columns and finally reintroduce the foreign keys. -- 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/
