mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 09:20:21 -04:00
4bad8499ae
* chore: move _analytics to a distinct database Following: https://github.com/supabase/cli/pull/2707 BREAKING CHANGES: When migrating from an older version you will need to manually create the new internal _supabase database and analytics schema the same way the and do. Via: * feat: add supavisor to the self-hosted stack * chore(docs): add docs about supavisor * chore: fix reviewdog warning * chore: fix typo * chore: apply pr comments
4 lines
83 B
SQL
4 lines
83 B
SQL
\set pguser `echo "$POSTGRES_USER"`
|
|
|
|
CREATE DATABASE _supabase WITH OWNER :pguser;
|