-- Revert camper:add_campsite from pg

begin;

drop function if exists camper.add_campsite(integer, text);

commit;