Agenda, Agendador, Configurações
This commit is contained in:
9
DBS/2026-03-11/supabase-snippets/Untitled query 439.sql
Normal file
9
DBS/2026-03-11/supabase-snippets/Untitled query 439.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
select *
|
||||
from public.owner_feature_entitlements
|
||||
where owner_id = '816b24fe-a0c3-4409-b79b-c6c0a6935d03'::uuid
|
||||
order by feature_key;
|
||||
|
||||
select public.has_feature('816b24fe-a0c3-4409-b79b-c6c0a6935d03'::uuid, 'online_scheduling.manage') as can_manage;
|
||||
|
||||
Reference in New Issue
Block a user