numerus/verify/quote_status_i18n.sql

12 lines
154 B
PL/PgSQL

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