mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-07-18 18:02:18 -05:00
* Add Self-Hosting Setup * Add Self-Hosting Setup Add Docker Compose set up to self-host FeedDeck.
7 lines
144 B
SQL
7 lines
144 B
SQL
\set pguser `echo "$POSTGRES_USER"`
|
|
|
|
\c _supabase
|
|
create schema if not exists _supavisor;
|
|
alter schema _supavisor owner to :pguser;
|
|
\c postgres
|