Files
thrilltrack-explorer/supabase/migrations/20251103215414_fb0e3644-84f5-4cb5-a1c3-4860261b9dd8.sql
gpt-engineer-app[bot] 0b4c4c99ef Fix error logging issues
2025-11-03 21:56:28 +00:00

6 lines
500 B
SQL

-- Drop old function signatures to prevent overloading issues
DROP FUNCTION IF EXISTS public.log_request_metadata(uuid, uuid, text, text, integer, integer, text, text, text, text, uuid, uuid);
DROP FUNCTION IF EXISTS public.log_request_metadata(uuid, uuid, text, text, integer, integer, text, text, text, text, uuid, uuid, text, text, text);
-- Only the newest version with all parameters (including timezone and referrer) should remain
-- This is already in the database from the previous migration