numerus/revert/current_user_cookie.sql

8 lines
119 B
PL/PgSQL

-- Revert numerus:current_user_cookie from pg
begin;
drop function if exists numerus.current_user_cookie();
commit;