-- Revert camper:booking_option from pg

begin;

drop table if exists camper.booking_option;

commit;