[Koha-bugs] [Bug 28972] Add missing foreign key constraints to holds queue table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 8 14:06:31 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28972

--- Comment #1 from Kyle M Hall <kyle at 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.


More information about the Koha-bugs mailing list