LP1724223: Fix inherited FKEY triggers
authorJason Boyer <JBoyer@library.in.gov>
Wed, 18 Oct 2017 03:10:46 +0000 (22:10 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 1 Dec 2017 12:49:06 +0000 (07:49 -0500)
commit0e256919fc08144ffe8e6f2c2dd55a6b486c4e68
tree5ab2ac5e6e42942428c696d6de8ccc2ebc2d0c25
parent526237d4aed0250abe1fbbcfd78393545fe00692
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]