/[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.10 by sparkyx, Sun Mar 6 18:30:12 2005 UTC revision 1.11 by sparkyx, Mon Mar 7 19:50:22 2005 UTC
# Line 49  alter table jrn add jr_pj oid ; Line 49  alter table jrn add jr_pj oid ;
49  alter table jrn add  jr_pj_name text;  alter table jrn add  jr_pj_name text;
50  alter table jrn add  jr_pj_type text;  alter table jrn add  jr_pj_type text;
51    
52    -- task 3858
53    delete from user_sec_act WHERE ua_act_id =14;
54    delete from action where ac_id=14;
55    insert into action values (18,'Devise');
56    insert into action values (19,'Période');
57    insert into action values (20,'Voir la balance des comptes');
58    
59  -- always last line  -- always last line
60  update version set val=5;  update version set val=5;

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

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