Final test

This commit is contained in:
sparkyx 2024-02-27 16:34:31 +01:00
parent 3683aaa53d
commit 7ad7471c7d
12 changed files with 41 additions and 88 deletions

View file

@ -0,0 +1,8 @@
begin;
DROP TRIGGER t_jrnx_upd ON public.jrnx;
insert into version (val,v_description) values (196,'remove trigger update on JRNX ');
commit;