-- Revert camper:available_booking_status from pg
begin;
delete
from camper.booking_status_i18n
;
from camper.booking_status
commit;