8 lines
158 B
MySQL
8 lines
158 B
MySQL
|
-- Verify numerus:attach_to_payment on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.attach_to_payment(uuid, text, text, bytea)', 'execute');
|
||
|
|
||
|
rollback;
|