numerus/revert/payment_account.sql

8 lines
106 B
PL/PgSQL

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