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