1
Fork 0
This repository has been archived on 2025-04-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Frontend-Project/.minpluto/docker/supabase/volumes/db/realtime.sql
2024-08-03 21:51:57 -04:00

4 lines
117 B
SQL
Executable file

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