-- Revert camper:campsite_type from pg

begin;

drop table if exists camper.campsite_type;

commit;