diff --git a/common.vars.pkr.hcl b/common.vars.pkr.hcl index 2e459554c..efac68597 100644 --- a/common.vars.pkr.hcl +++ b/common.vars.pkr.hcl @@ -1 +1 @@ -postgres-version = "15.1.0.3-rc1" +postgres-version = "15.1.0.3-rc2" diff --git a/migrations/tests/database/exists.sql b/migrations/tests/database/exists.sql index b01a299ca..a351915d7 100644 --- a/migrations/tests/database/exists.sql +++ b/migrations/tests/database/exists.sql @@ -3,6 +3,7 @@ SELECT schemas_are(ARRAY[ 'public', 'auth', 'extensions', + 'graphql', 'graphql_public', 'realtime', 'storage',