From cd922768689ddc7a13ab0fcbd426b3fb1e900693 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Sat, 10 Dec 2022 00:56:48 +0800 Subject: [PATCH] chore: fix failing unit test --- common.vars.pkr.hcl | 2 +- migrations/tests/database/exists.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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',