altocompta/include/sql/patch/upgrade18.sql
2015-10-18 23:39:20 +02:00

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;