]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1724223: Fix inherited FKEY triggers
authorJason Boyer <JBoyer@library.in.gov>
Wed, 18 Oct 2017 03:10:46 +0000 (22:10 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 9 Nov 2017 15:44:57 +0000 (10:44 -0500)
commitab7e59152a2e6f00a3e7af477ac268e3dc97da8b
tree5bca00b416e1919d616bb11a1a0f2491e35901b5
parent290a5f7eff55eb5e0addf26399e3efac5725c628
LP1724223: Fix inherited FKEY triggers

When running these triggers on TG_OP=DELETE they
always fail and prevent the delete. Skipping the
triggers on DELETE allows things to continue as
usual.

To test
-------
Verify that after applying the patch that you can remove
notes and copy tags from copies and copies from buckets
and Vandely import queues.

Signed-off-by: Jason Boyer <JBoyer@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/070.schema.container.sql
Open-ILS/src/sql/Pg/800.fkeys.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.lp1724223-re-inherited.sql [new file with mode: 0644]