Skip to content

Commit

Permalink
chore: remove relatime migration
Browse files Browse the repository at this point in the history
  • Loading branch information
avallete committed Sep 27, 2024
1 parent ccf214d commit e911718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/db/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func initRealtimeJob(host string) utils.DockerJob {
"DB_PORT=5432",
"DB_USER=supabase_admin",
"DB_PASSWORD=" + utils.Config.Db.Password,
"DB_NAME=_supabase",
"DB_NAME=postgres",
"DB_AFTER_CONNECT_QUERY=SET search_path TO _realtime",
"DB_ENC_KEY=" + utils.Config.Realtime.EncryptionKey,
"API_JWT_SECRET=" + utils.Config.Auth.JwtSecret,
Expand Down
2 changes: 1 addition & 1 deletion internal/db/start/templates/_supabase.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ ALTER SCHEMA _analytics OWNER TO postgres;

CREATE SCHEMA IF NOT EXISTS _supavisor;
ALTER SCHEMA _supavisor OWNER TO postgres;
\c postgres
\c postgres

0 comments on commit e911718

Please sign in to comment.