tipus/revert/check_cookie.sql

8 lines
106 B
PL/PgSQL

-- Revert tipus:check_cookie from pg
begin;
drop function if exists public.check_cookie(text);
commit;