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