FSN#29276 inspectieuitbreidingen

svn path=/Database/trunk/; revision=21318
This commit is contained in:
Peter Feij
2014-04-15 09:05:00 +00:00
parent 366be0428d
commit 601699f804
5 changed files with 218 additions and 11 deletions

View File

@@ -851,6 +851,14 @@ BEGIN
END;
/
CREATE_TRIGGER(ins_t_srtcontroledl_xcp_B_IU)
BEFORE INSERT OR UPDATE ON ins_srtcontroledl_xcp
FOR EACH ROW
BEGIN
UPDATE_PRIMARY_KEY(ins_srtcontroledl_xcp_key, ins_s_srtcontroledl_xcp_key);
END;
/
CREATE_TRIGGER(ins_t_deelsrtcontrole_B_IU)
BEFORE INSERT OR UPDATE ON ins_deelsrtcontrole
FOR EACH ROW