numerus/revert/quote_payment_method.sql

8 lines
116 B
PL/PgSQL

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