numerus/revert/payment_method.sql

8 lines
104 B
PL/PgSQL

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