Tying to fix grant
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user