camper/revert/payment_option.sql

8 lines
102 B
PL/PgSQL

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