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