-- Verify camper:booking_status_i18n on pg
begin;
select booking_status
, lang_tag
, name
from camper.booking_status_i18n
where false;
rollback;