numerus/verify/attach_to_payment.sql

8 lines
158 B
MySQL
Raw Normal View History

2024-08-11 22:08:18 +00:00
-- Verify numerus:attach_to_payment on pg
begin;
select has_function_privilege('numerus.attach_to_payment(uuid, text, text, bytea)', 'execute');
rollback;