numerus/revert/payment_account_card.sql

8 lines
116 B
PL/PgSQL

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