mirror of
https://github.com/supabase/supabase.git
synced 2026-05-08 01:40:13 -04: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;
|