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

@ -1,3 +0,0 @@
create trigger t_jrnx_upd before update on
public.jrnx for each row execute function jrnx_ins();

View file

@ -1 +1 @@
DROP TRIGGER t_jrnx_upd ON public.jrnx;