diff options
author | 2019-04-02 18:08:01 +0000 | |
---|---|---|
committer | 2019-04-02 18:08:01 +0000 | |
commit | 841c7b1926dd04ba6f179a3fd753464fac4210cd (patch) | |
tree | 73b12f2a9e6a34f5a8a884814ef39b3881cec72f /components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json | |
parent | f2497f371114c5fb5ee8279d82438ab7f333efe9 (diff) | |
parent | fa5e73e47a1bf8c1c18bba7ac421e5692ba21b8e (diff) |
Merge "Update vFW CBA for Dublin"
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json index 737c7577b..4aa022379 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json @@ -12,7 +12,7 @@ "properties" : { } }, "any-db": { - "type": "source-primary-db", + "type": "source-processor-db", "properties": { "query": "SELECT artifact_name FROM BLUEPRINT_RUNTIME where artifact_version=\"1.0.0\"", "input-key-mapping": { @@ -22,8 +22,8 @@ } } }, - "primary-db": { - "type": "source-primary-db", + "processor-db": { + "type": "source-processor-db", "properties": { "query": "SELECT artifact_name FROM BLUEPRINT_RUNTIME where artifact_version=\"1.0.0\"", "input-key-mapping": { |