Files
thrilltrack-explorer/supabase/migrations/20251102235247_c1f7f3d3-7c4c-4833-b203-dc93df92cb8e.sql
2025-11-02 23:55:49 +00:00

5 lines
242 B
SQL

-- Fix security issue: Remove the view and use direct queries instead
DROP VIEW IF EXISTS public.item_edit_history_view;
-- The item_edit_history table with proper RLS is sufficient
-- Application code will join with profiles table as needed