https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37000
--- Comment #5 from Emily Lamancusa <[email protected]> --- Created attachment 167589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167589&action=edit Bug 37000: (follow-up) Add foreign key last Certain configurations of MySQL will not allow a column to be changed from nullable to non-nullable if the column has a foreign key constraint. Add the foreign key constraint last to avoid issues from this. -- 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/
