mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
5 lines
119 B
MySQL
5 lines
119 B
MySQL
|
\set pguser `echo "$POSTGRES_USER"`
|
||
|
|
||
|
create schema if not exists _analytics;
|
||
|
alter schema _analytics owner to :pguser;
|