mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 04:34:20 +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`.
3.4 KiB
3.4 KiB