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