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