camper/revert/payment_customer.sql

8 lines
106 B
PL/PgSQL

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