Add transaction to improve perf
This commit is contained in:
parent
fb55cb7308
commit
e682c883b8
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
|
||||
begin;
|
||||
--make sure that p_start < p_end
|
||||
ALTER TABLE parm_periode ADD CHECK (p_end >= p_start);
|
||||
insert into tva_rate values (5,'0%',0, 'Pas soumis à la TVA',null);
|
||||
|
||||
|
||||
update version set val=7;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue