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