numerus/verify/new_invoice_product.sql

8 lines
142 B
MySQL
Raw Normal View History

2023-02-16 22:09:10 +00:00
-- Verify numerus:new_invoice_product on pg
begin;
select pg_catalog.has_type_privilege('numerus.new_invoice_product', 'usage');
rollback;