camper/deploy/payment_customer__-acsi_car...

11 lines
172 B
PL/PgSQL

-- Deploy camper:payment_customer__-acsi_card to pg
-- requires: payment__acsi_card
begin;
alter table camper.payment_customer
drop column if exists acsi_card
;
commit;