Fix bug in modele and database creation

This commit is contained in:
sparkyx 2005-02-12 21:31:12 +00:00
parent d1cdabf86b
commit db9de4698f
2 changed files with 19 additions and 11 deletions

View file

@ -33,4 +33,5 @@ update version set val=4;
-- decentralize
delete from centralized;
create sequence s_internal;
select setval('s_centralized',1,false);
update jrnx set j_centralized='f';