numerus/verify/new_quote_amount.sql

8 lines
138 B
MySQL
Raw Normal View History

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