Files
social-app/infra/docker/volumes/db/realtime.sql
T

4 lines
116 B
SQL
Raw Normal View History

\set pguser `echo "$POSTGRES_USER"`
create schema if not exists _realtime;
alter schema _realtime owner to :pguser;