5 lines
No EOL
109 B
PL/PgSQL
5 lines
No EOL
109 B
PL/PgSQL
begin;
|
|
alter table parm_periode drop constraint parm_periode_p_start_key;
|
|
|
|
update version set val=19;
|
|
commit; |