mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 01:34:22 +08:00
5 lines
117 B
SQL
5 lines
117 B
SQL
\set pguser `echo "$POSTGRES_USER"`
|
|
|
|
create schema if not exists _realtime;
|
|
alter schema _realtime owner to :pguser;
|