FSN#37004 CTR (soortcontrole) als module en disciplines opgevoerd

svn path=/Database/trunk/; revision=29888
This commit is contained in:
Jos Groot Lipman
2016-06-29 11:35:07 +00:00
parent 9a5577dfd3
commit 81f40a5aa0
14 changed files with 160 additions and 1 deletions

18
CTR/CTR_TRI.SRC Normal file
View File

@@ -0,0 +1,18 @@
#ifdef CTR
/*
* $Revision$
* $Id$
*/
CREATE_TRIGGER(ctr_t_ctr_disc_params_b_iu)
BEFORE INSERT OR UPDATE ON ctr_disc_params
FOR EACH ROW
BEGIN
UPDATE_PRIMARY_KEY(ctr_disc_params_key, ctr_s_ctr_disc_params_key);
END;
/
REGISTERRUN('$Id$')
#endif // CTR