From 7c444ee1d246f974226328e2bfbc0a52aed01346 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 4 Jun 2018 08:42:39 +0200 Subject: [PATCH] Tying to fix grant --- MIGRATION.md | 2 +- adapter-commons/src/main/resources/schema/commons.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 75c99f5..a01a4b6 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -31,6 +31,6 @@ $ cf create-space sc-pipelines-prod - Configured rollback tests via `sc-contract` plugin under `apicompatibility` profile (for `shortages-prediction-adapters`) - Added `smoke` tests (just pining health initially) (initially only for `shortages-prediction-adapters` but could be added for more) - Added `e2e` tests (just pining health initially) (initially only for `shortages-prediction-adapters` but could be added for more) - +- Added `ServiceConfiguration` for `cloud` profile diff --git a/adapter-commons/src/main/resources/schema/commons.xml b/adapter-commons/src/main/resources/schema/commons.xml index 2a2b72c..73d01fd 100644 --- a/adapter-commons/src/main/resources/schema/commons.xml +++ b/adapter-commons/src/main/resources/schema/commons.xml @@ -6,6 +6,7 @@ + GRANT character varying TO PUBLIC CREATE CAST (character varying AS jsonb) WITH INOUT AS ASSIGNMENT