diff --git a/supabase/functions/_shared/database.types.ts b/supabase/functions/_shared/database.types.ts index d951174..e166d6f 100644 --- a/supabase/functions/_shared/database.types.ts +++ b/supabase/functions/_shared/database.types.ts @@ -1,4 +1,4 @@ -export type Json = +export type Json = | string | number | boolean diff --git a/supabase/migrations/20260317202431_rules_criterios_evaluacion.sql b/supabase/migrations/20260317202431_rules_criterios_evaluacion.sql index 07e838f..8363fcb 100644 --- a/supabase/migrations/20260317202431_rules_criterios_evaluacion.sql +++ b/supabase/migrations/20260317202431_rules_criterios_evaluacion.sql @@ -1,4 +1,4 @@ - +-- Comentario de prueba CREATE OR REPLACE FUNCTION public.suma_porcentajes(jsonb) RETURNS numeric LANGUAGE plpgsql