-- Verify camper:location_i18n on pg
begin;
select company_id
, lang_tag
, directions
, opening_dates
from camper.location_i18n
where false;
rollback;