Koha/installer
Kyle M Hall 7170fe2cc5 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

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-09-20 14:04:48 +02:00
..
data/mysql Bug 28972: Add missing foreign key constraints to holds queue table 2021-09-20 14:04:48 +02:00
externalmodules.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
html-template-to-template-toolkit.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
install.pl Bug 25078: Don't process db revs if updatedatabase.pl failed 2021-08-16 11:55:56 +02:00
onboarding.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00