8 lines
159 B
MySQL
8 lines
159 B
MySQL
|
-- Verify camper:edit_booking_from_payment on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('camper.edit_booking_from_payment(uuid, uuid)', 'execute');
|
||
|
|
||
|
rollback;
|