-- Verify numerus:currency on pg
begin;
select currency_code
, currency_symbol
, decimal_digits
from numerus.currency
where false;
rollback;