-- Verify numerus:country_i18n on pg
begin;
select country_code
, lang_tag
, name
from numerus.country_i18n
where false;
rollback;