IMPROVE setup

This commit is contained in:
sparkyx 2005-02-12 17:21:13 +00:00
parent 0f3c7a60b9
commit 65cc12e730

View file

@ -30,3 +30,7 @@ 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;
-- decentralize
delete from centralized;
create sequence s_internal;
update jrnx set j_centralized='f';