Going from down to up, we are stopping at prettierrc as far as making sure we have everything configured.
This commit is contained in:
3
scripts/supabase/docker/volumes/db/_supabase.sql
Normal file
3
scripts/supabase/docker/volumes/db/_supabase.sql
Normal file
@ -0,0 +1,3 @@
|
||||
\set pguser `echo "$POSTGRES_USER"`
|
||||
|
||||
CREATE DATABASE _supabase WITH OWNER :pguser;
|
Reference in New Issue
Block a user