-- Revert camper:login from pg
begin;
drop function if exists camper.login(camper.email, text, inet);
commit;