numerus/revert/expense_payment.sql

8 lines
106 B
PL/PgSQL

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