23 Oct
2015
23 Oct
'15
2:21 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363 --- Comment #101 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.