Going from down to up, we are stopping at prettierrc as far as making sure we have everything configured.
This commit is contained in:
6
scripts/supabase/docker/volumes/db/logs.sql
Normal file
6
scripts/supabase/docker/volumes/db/logs.sql
Normal file
@ -0,0 +1,6 @@
|
||||
\set pguser `echo "$POSTGRES_USER"`
|
||||
|
||||
\c _supabase
|
||||
create schema if not exists _analytics;
|
||||
alter schema _analytics owner to :pguser;
|
||||
\c postgres
|
Reference in New Issue
Block a user