camper/revert/payment_method.sql

8 lines
102 B
PL/PgSQL

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