numerus/revert/invoice_payment.sql

8 lines
106 B
PL/PgSQL

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