mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 09:51:13 -05:00
Refactor: Remove item_edit_history_view
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- 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
|
||||
Reference in New Issue
Block a user