Final test
This commit is contained in:
parent
3683aaa53d
commit
7ad7471c7d
12 changed files with 41 additions and 88 deletions
8
include/sql/patch/upgrade195.sql
Normal file
8
include/sql/patch/upgrade195.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue