numerus/verify/edit_product.sql

8 lines
178 B
MySQL
Raw Normal View History

-- Verify numerus:edit_product on pg
begin;
select has_function_privilege('numerus.edit_product(uuid, text, text, text, integer[], numerus.tag_name[])', 'execute');
rollback;