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

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

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

revision 1.8 by sparkyx, Tue Mar 1 21:25:46 2005 UTC revision 1.9 by sparkyx, Sun Mar 6 16:56:50 2005 UTC
# Line 31  delete from jrn_action where ja_name='Im Line 31  delete from jrn_action where ja_name='Im
31  delete from fiche where  f_id not in (select f_id from jnt_fic_att_value);  delete from fiche where  f_id not in (select f_id from jnt_fic_att_value);
32  alter table jrn add j_pj int4;  alter table jrn add j_pj int4;
33  alter table jrn add jr_opid int4;  alter table jrn add jr_opid int4;
 update version set val=5;  
34  alter table jrn add  jr_c_opid int4;  alter table jrn add  jr_c_opid int4;
35  create SEQUENCE s_central_order;  create SEQUENCE s_central_order;
36  alter table centralized add c_order int4;  alter table centralized add c_order int4;
# Line 45  update jrnx set j_centralized='f'; Line 44  update jrnx set j_centralized='f';
44  alter table parm_periode add p_central bool;  alter table parm_periode add p_central bool;
45  alter table parm_periode alter p_central set default false;  alter table parm_periode alter p_central set default false;
46  update parm_periode set p_central ='f';  update parm_periode set p_central ='f';
47    -- always last line
48    update version set val=5;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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