-- Revert camper:available_payment_status from pg

begin;

delete
from camper.payment_status_i18n
;

delete
from camper.payment_status
;


commit;