Skip to content

Commit

Permalink
chore: add realtime schema as well
Browse files Browse the repository at this point in the history
  • Loading branch information
avallete committed Sep 24, 2024
1 parent 5904062 commit e6788f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/db/start/templates/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ CREATE DATABASE _supabase WITH OWNER postgres;
-- with non-user activity
CREATE SCHEMA IF NOT EXISTS _realtime;
ALTER SCHEMA _realtime OWNER TO postgres;
CREATE SCHEMA IF NOT EXISTS realtime;
ALTER SCHEMA realtime OWNER TO postgres;

CREATE SCHEMA IF NOT EXISTS _analytics;
ALTER SCHEMA _analytics OWNER TO postgres;
Expand Down

0 comments on commit e6788f3

Please sign in to comment.