Add transaction to improve perf

This commit is contained in:
sparkyx 2005-09-25 15:15:02 +00:00
parent fb55cb7308
commit e682c883b8

View file

@ -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;