Commit Graph

3 Commits

Author SHA1 Message Date
Sucipto
a99a89937a Update postgres search_path 2021-08-31 09:55:27 +07:00
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
Paul Colin Hennig
8d88b52f56 sort files and add traefik compose file 2021-05-06 14:48:42 +02:00