8 lines
190 B
MySQL
8 lines
190 B
MySQL
|
-- Verify numerus:update_invoice_collection_status on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.update_invoice_collection_status(integer, integer, integer)', 'execute');
|
||
|
|
||
|
rollback;
|