aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-01-11 10:36:30 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-11 10:36:30 +0000
commit2874317b687cf37ce5596b9cfb0e9cf64876643b (patch)
tree24bc14edd93a3ee754750e52038898e9dc5020cc
parent4da1270fb9814f230e064e995bb379db6a4d25d4 (diff)
parent4fe4f661cb6b87b78b970ea150f2da024e811665 (diff)
Merge "Updated Service deployment changes not reflected"
-rw-r--r--mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml
index d806b48b45..cd37fc9a99 100644
--- a/mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml
+++ b/mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml
@@ -29,11 +29,11 @@
<composite-id>
<key-property name="modelType" type="string" column="MODEL_TYPE" length="20" />
<key-property name="resourceModelCustomizationUUID" type="string" column="RESOURCE_MODEL_CUSTOMIZATION_UUID" length="200" />
+ <key-property name="serviceModelUUID" type="string" column="SERVICE_MODEL_UUID" length="200" />
</composite-id>
<property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true">
<column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
</property>
- <property name="serviceModelUUID" type="string" column="SERVICE_MODEL_UUID" length="200" not-null="true"/>
</class>
</hibernate-mapping>