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