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