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