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