numerus/revert/payment_status.sql

8 lines
104 B
PL/PgSQL

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