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