mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2026-03-25 18:09:31 -04:00
Apply `SET search_path = public` to the `is_user_banned` function to resolve lingering security warnings. This ensures all `SECURITY DEFINER` functions have a properly defined search path, enhancing security and preventing potential issues.