Skip to content

Commit 821753d

Browse files
committed
chore(postgrest): restore docker image
1 parent dc65e6b commit 821753d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/postgrest-js/test/db/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
depends_on:
3030
- db
3131
db:
32-
image: postgis/postgis:15-3.4-alpine
32+
image: supabase/postgres:15.1.0.37
3333
ports:
3434
- '5432:5432'
3535
volumes:
@@ -38,7 +38,6 @@ services:
3838
POSTGRES_DB: postgres
3939
POSTGRES_USER: postgres
4040
POSTGRES_PASSWORD: postgres
41-
command: postgres -c compute_query_id=on
4241
pgmeta:
4342
image: supabase/postgres-meta:v0.91.5
4443
ports:

packages/core/postgrest-js/test/transforms.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ test('explain with options', async () => {
405405
"Plan": Any<Object>,
406406
"Query Identifier": Any<Number>,
407407
"Settings": Object {
408+
"effective_cache_size": "128MB",
408409
"search_path": "\\"public\\", \\"extensions\\"",
409410
},
410411
},

0 commit comments

Comments
 (0)