-- Revert camper:set_cookie from pg

begin;

drop function if exists public.set_cookie(text, text);

commit;