/[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.9 by sparkyx, Sun Mar 6 16:56:50 2005 UTC revision 1.10 by sparkyx, Sun Mar 6 18:30:12 2005 UTC
# Line 44  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    --for uploading doc
48    alter table jrn add jr_pj oid ;
49    alter table jrn add  jr_pj_name text;
50    alter table jrn add  jr_pj_type text;
51    
52  -- always last line  -- always last line
53  update version set val=5;  update version set val=5;

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

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