Fix bug in modele and database creation
This commit is contained in:
parent
d1cdabf86b
commit
db9de4698f
2 changed files with 19 additions and 11 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue