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