numerus/verify/edited_quote_product.sql

8 lines
144 B
MySQL
Raw Normal View History

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