-- Revert camper:setup_location from pg
begin;
drop function if exists camper.setup_location(integer, text, text, text);
commit;