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

7 lines
No EOL
106 B
PL/PgSQL

begin;
drop function if exists public.account_insert(integer,text);
update version set val=97;
commit;