mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 10:31:13 -05:00
5 lines
242 B
SQL
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 |