Fix upgrade

This commit is contained in:
sparkyx 2005-02-27 14:23:38 +00:00
parent c1ee56ed58
commit f28b9fcb65
14 changed files with 533 additions and 421 deletions

View file

@ -31,7 +31,7 @@ delete from jrn_action where ja_name='Impression' or ja_name = 'Recherche';
delete from fiche where f_id not in (select f_id from jnt_fic_att_value);
alter table jrn add j_pj int4;
alter table jrn add jr_opid int4;
update version set val=4;
update version set val=5;
alter table jrn add jr_c_opid int4;
create SEQUENCE s_central_order;
alter table centralized add c_order int4;