-- Revert camper:available_payment_status from pg
begin;
delete
from camper.payment_status_i18n
;
from camper.payment_status
commit;