/[phpcompta]/phpcompta/html/admin/sql/patch/upgrade7.sql
ViewVC logotype

Diff of /phpcompta/html/admin/sql/patch/upgrade7.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by sparkyx, Wed Sep 28 13:27:10 2005 UTC revision 1.4 by sparkyx, Wed Oct 5 14:09:58 2005 UTC
# Line 11  delete from jnt_fic_attr where fd_id=1 a Line 11  delete from jnt_fic_attr where fd_id=1 a
11  delete from jnt_fic_attr where fd_id=2 and ad_id=19;  delete from jnt_fic_attr where fd_id=2 and ad_id=19;
12  -- default periode for phpcompta  -- default periode for phpcompta
13   update user_pref set pref_periode=40 where pref_user='phpcompta';   update user_pref set pref_periode=40 where pref_user='phpcompta';
14  -- create index ix_j_grp jrnx(j_grpt);  -- create index ix_j_grp on jrnx(j_grpt);
15  -- create index ix_jr_grp jrn(jr_grpt_id);  -- create index ix_jr_grp on jrn(jr_grpt_id);
16  -- version 8  -- version 8
17  update version set val=8;  update version set val=8;
18  commit;  commit;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26