Files
supabase/docker/dockerfiles/postgres
Scott Pritchard b882b96bac Adjusted search_path for postgres user
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`.
2021-07-26 02:30:04 +01:00
..