-- Revert camper:payment__acsi_card from pg
begin;
alter table camper.payment
drop column if exists acsi_card
;
commit;