/[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.11 by sparkyx, Mon Mar 7 19:50:22 2005 UTC revision 1.12 by sparkyx, Sun Mar 13 16:25:42 2005 UTC
# Line 29  create sequence s_central; Line 29  create sequence s_central;
29  create index x_poste on jrnx(j_poste );  create index x_poste on jrnx(j_poste );
30  delete from jrn_action where ja_name='Impression' or ja_name = 'Recherche';  delete from jrn_action where ja_name='Impression' or ja_name = 'Recherche';
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);
 alter table jrn add j_pj int4;  
32  alter table jrn add jr_opid int4;  alter table jrn add jr_opid int4;
33  alter table jrn add  jr_c_opid int4;  alter table jrn add  jr_c_opid int4;
34  create SEQUENCE s_central_order;  create SEQUENCE s_central_order;

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

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