Upgrade db to version 19

This commit is contained in:
sparkyx 2006-08-25 20:51:58 +00:00
parent 7dfcd3c10b
commit 363c0af02e
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
begin;
alter table parm_periode drop constraint parm_periode_p_start_key;
update version set val=19;
commit;