numerus/verify/new_invoice_amount.sql

8 lines
140 B
MySQL
Raw Normal View History

-- Verify numerus:new_invoice_amount on pg
begin;
select pg_catalog.has_type_privilege('numerus.new_invoice_amount', 'usage');
rollback;