Task #3108 : Domaine fix prob with modele

This commit is contained in:
sparkyx 2005-10-05 14:09:58 +00:00
parent 18114b64a4
commit f0ab99278b
2 changed files with 3 additions and 3 deletions

View file

@ -11,8 +11,8 @@ delete from jnt_fic_attr where fd_id=1 and ad_id=19;
delete from jnt_fic_attr where fd_id=2 and ad_id=19;
-- default periode for phpcompta
update user_pref set pref_periode=40 where pref_user='phpcompta';
-- create index ix_j_grp jrnx(j_grpt);
-- create index ix_jr_grp jrn(jr_grpt_id);
-- create index ix_j_grp on jrnx(j_grpt);
-- create index ix_jr_grp on jrn(jr_grpt_id);
-- version 8
update version set val=8;
commit;