-- Revert camper:current_user_email from pg
begin;
drop function if exists camper.current_user_email();
commit;