[Koha-bugs] [Bug 10363] There is no package for authorised values.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 23 15:21:38 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363

--- Comment #101 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list