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