/[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.4 by sparkyx, Wed Oct 5 14:09:58 2005 UTC revision 1.5 by sparkyx, Tue Oct 18 12:43:42 2005 UTC
# Line 13  delete from jnt_fic_attr where fd_id=2 a Line 13  delete from jnt_fic_attr where fd_id=2 a
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 on jrnx(j_grpt);  -- create index ix_j_grp on jrnx(j_grpt);
15  -- create index ix_jr_grp on jrn(jr_grpt_id);  -- create index ix_jr_grp on jrn(jr_grpt_id);
16    update jrnx set j_tech_per = jr_tech_per  from jrn  where j_grpt=jr_grpt_id and j_tech_per is null;
17    alter table jrnx alter j_tech_per set not null;
18    alter table jrn alter jr_tech_per set not null;
19  -- version 8  -- version 8
20    
21  update version set val=8;  update version set val=8;
22  commit;  commit;

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

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