Tying to fix grant

This commit is contained in:
Marcin Grzejszczak
2018-06-04 08:42:39 +02:00
parent 06ec7c93d7
commit 7c444ee1d2
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -6,6 +6,7 @@
<createSequence sequenceName="hibernate_sequence" startValue="1" incrementBy="1" cacheSize="1"/>
</changeSet>
<changeSet author="jakubpilimon" id="2.postgres.json" dbms="postgresql">
<sql>GRANT character varying TO PUBLIC</sql>
<sql>CREATE CAST (character varying AS jsonb) WITH INOUT AS ASSIGNMENT</sql>
</changeSet>
</databaseChangeLog>