Restructure file , remove html/admin , backup ...
This commit is contained in:
parent
b57df7c0e8
commit
896f3624c7
169 changed files with 48 additions and 54 deletions
8
include/sql/patch/upgrade6.sql
Normal file
8
include/sql/patch/upgrade6.sql
Normal file
|
|
@ -0,0 +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