Skip to content

Commit 8c8947f

Browse files
soedirgohf
authored andcommitted
chore: fix failing unit test (#419)
1 parent 04a57d5 commit 8c8947f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.3-rc1"
1+
postgres-version = "15.1.0.3-rc2"

migrations/tests/database/exists.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ SELECT schemas_are(ARRAY[
33
'public',
44
'auth',
55
'extensions',
6+
'graphql',
67
'graphql_public',
78
'realtime',
89
'storage',

0 commit comments

Comments
 (0)