-- Revert numerus:invoice_status from pg
begin;
drop table if exists numerus.invoice_status;
commit;