IMPROVE setup html based, ability to patch tested
This commit is contained in:
parent
8419edba4d
commit
39cef2800b
2 changed files with 30 additions and 7 deletions
|
|
@ -22,10 +22,11 @@ comment on table parm_periode is 'Periode definition';
|
|||
comment on table stock_goods is 'About the goods';
|
||||
comment on table tmp_pcmn is 'Plan comptable minimum normalisé';
|
||||
comment on table tva_rate is 'Rate of vat';
|
||||
create index x_jr_grpt_id on jrn (jr_grpt_id);
|
||||
create index x_j_grpt on jrnx(j_grpt);
|
||||
create index x_poste on jrnx(j_poste );delete from jrn_action where ja_name='Impression';
|
||||
-- create index x_jr_grpt_id on jrn (jr_grpt_id);
|
||||
-- create index x_j_grpt on jrnx(j_grpt);
|
||||
create index x_poste on jrnx(j_poste );
|
||||
delete from jrn_action where ja_name='Impression';
|
||||
delete from fiche where f_id not in (select f_id from jnt_fic_att_value);
|
||||
alter table jrn add j_pj int4;
|
||||
alter table jrn add jr_opid int4;
|
||||
upgrade version set val=4;
|
||||
update version set val=4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue