diff --git a/supabase/migrations/20251112020447_3e5b866b-ce33-4cfe-9d69-8cc671963d44.sql b/supabase/migrations/20251112020447_3e5b866b-ce33-4cfe-9d69-8cc671963d44.sql new file mode 100644 index 00000000..bbe752e5 --- /dev/null +++ b/supabase/migrations/20251112020447_3e5b866b-ce33-4cfe-9d69-8cc671963d44.sql @@ -0,0 +1,4 @@ +-- Fix security linter warning: Set search_path for analyze_data_completeness function +-- This prevents potential security issues from search_path manipulation + +ALTER FUNCTION analyze_data_completeness() SET search_path = public; \ No newline at end of file