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