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