-- Verify camper:campsite_i18n on pg
begin;
select campsite_id
, lang_tag
, info1
, info2
from camper.campsite_i18n
where false;
rollback;