altocompta/html/admin/sql/patch/upgrade18.sql
2006-08-25 20:51:58 +00: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;