1
Fork 0
This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
MinPluto-Frontend/.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;