camper/revert/payment.sql

8 lines
88 B
PL/PgSQL

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