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