camper/revert/payment_status.sql

8 lines
102 B
PL/PgSQL

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