Skip to content

Commit 0956774

Browse files
committed
Expose pgmq_public
1 parent 322aa07 commit 0956774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase-pawtograder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ services:
575575
condition: service_healthy
576576
environment:
577577
- 'PGRST_DB_URI=postgres://authenticator:${SERVICE_PASSWORD_POSTGRES}@${POSTGRES_HOSTNAME:-supabase-db}:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-postgres}'
578-
- 'PGRST_DB_SCHEMAS=${PGRST_DB_SCHEMAS:-public,storage,graphql_public}'
578+
- 'PGRST_DB_SCHEMAS=${PGRST_DB_SCHEMAS:-public,storage,graphql_public,pgmq_public}'
579579
- PGRST_DB_ANON_ROLE=anon
580580
- 'PGRST_JWT_SECRET=${SERVICE_PASSWORD_JWT}'
581581
- PGRST_DB_USE_LEGACY_GUCS=false

0 commit comments

Comments
 (0)