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