camper/verify/remove_surroundings_ad.sql

8 lines
150 B
MySQL
Raw Permalink Normal View History

-- Verify camper:remove_surroundings_ad on pg
begin;
select has_function_privilege('camper.remove_surroundings_ad(integer)', 'execute');
rollback;