Skip to content

Commit 14a00a3

Browse files
authored
chore: fix failing unit test (#419)
1 parent 4ae81cb commit 14a00a3

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)