mirror of https://github.com/buster-so/buster.git
7 lines
144 B
MySQL
7 lines
144 B
MySQL
|
\set pguser `echo "$POSTGRES_USER"`
|
||
|
|
||
|
\c _supabase
|
||
|
create schema if not exists _analytics;
|
||
|
alter schema _analytics owner to :pguser;
|
||
|
\c postgres
|