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