feat: mobile-first refactor for BottleDetails & RLS security/performance optimizations
This commit is contained in:
@@ -41,7 +41,7 @@ EXCEPTION WHEN OTHERS THEN
|
||||
RAISE WARNING 'handle_new_user failed: %', SQLERRM;
|
||||
RETURN new;
|
||||
END;
|
||||
$$ LANGUAGE plpgsql SECURITY DEFINER;
|
||||
$$ LANGUAGE plpgsql SECURITY DEFINER SET search_path = '';
|
||||
|
||||
-- RLS Policy for user_subscriptions insert (for client-side fallback)
|
||||
DO $$
|
||||
|
||||
Reference in New Issue
Block a user