Agenda, Agendador, Configurações
This commit is contained in:
6
DBS/2026-03-11/supabase-snippets/Untitled query 319.sql
Normal file
6
DBS/2026-03-11/supabase-snippets/Untitled query 319.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
select
|
||||
routine_name,
|
||||
routine_type
|
||||
from information_schema.routines
|
||||
where routine_schema = 'public'
|
||||
and routine_name ilike '%intake%';
|
||||
Reference in New Issue
Block a user