-- Revert camper:invoice_status from pg

begin;

drop table if exists camper.invoice_status;

commit;