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