mirror of https://github.com/buster-so/buster.git
5 lines
117 B
MySQL
5 lines
117 B
MySQL
|
\set pguser `echo "$POSTGRES_USER"`
|
||
|
|
||
|
create schema if not exists _realtime;
|
||
|
alter schema _realtime owner to :pguser;
|