-- Revert camper:booking_campsite from pg
begin;
drop table if exists camper.booking_campsite;
commit;