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