Agenda, Agendador, Configurações
This commit is contained in:
5
DBS/2026-03-11/supabase-snippets/Untitled query 449.sql
Normal file
5
DBS/2026-03-11/supabase-snippets/Untitled query 449.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
create index if not exists idx_patient_group_patient_group_id
|
||||
on public.patient_group_patient (patient_group_id);
|
||||
|
||||
create index if not exists idx_patient_groups_owner_system_nome
|
||||
on public.patient_groups (owner_id, is_system, nome);
|
||||
Reference in New Issue
Block a user