8 Sep
2021
8 Sep
'21
2:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28972 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 124651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124651&action=edit Bug 28972: Add missing foreign key constraints to holds queue table The table tmp_holdsqueue is missing a couple key constraints that should be there, one for biblio and one for borrowers. Test Plan: 1) "SHOW CREATE TABLE tmp_holdsqueue;" should show no FKs for biblio or borrowers 2) Apply this patch 3) Run updatedatabase.pl 4) "SHOW CREATE TABLE tmp_holdsqueue;" should now show FKs for biblio or borrowers -- You are receiving this mail because: You are watching all bug changes.