This commit is contained in:
Andrei Canta
2024-07-26 11:10:05 +03:00
parent 493f2c7376
commit 96a7a01b92
20 changed files with 28 additions and 116 deletions
+4
View File
@@ -0,0 +1,4 @@
\set pguser `echo "$POSTGRES_USER"`
create schema if not exists _realtime;
alter schema _realtime owner to :pguser;