numerus/verify/payment_status_i18n.sql

12 lines
160 B
PL/PgSQL

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