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