mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 13:44:23 +08:00
Previously: Search path would prioritise the `public` schema for searching. Proposed change: Will now prioritise the `auth` schema first. Reasoning: If a `public.users` table exists, calling `signUp()` will fail unless the structure matches that of `auth.users`.