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