numerus/revert/payment.sql

8 lines
90 B
PL/PgSQL

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