diff options
author | Abhishek Shekhar <abhishek.shekhar1@amdocs.com> | 2017-12-22 09:58:10 +0530 |
---|---|---|
committer | Abhishek Shekhar <abhishek.shekhar1@amdocs.com> | 2017-12-22 10:01:53 +0530 |
commit | 4fe4f661cb6b87b78b970ea150f2da024e811665 (patch) | |
tree | 9da3e654857028fde0da2e480fb5713c37e1957c /mso-catalog-db/src/main/resources | |
parent | fffbc99f5d7ce51601204076f77882cb298f4275 (diff) |
Updated Service deployment changes not reflected
Issue-ID: SO-271
Change-Id: I7f27d1a1aa1f4b8a5f68618a3fdbb34cca477434
Signed-off-by: Abhishek Shekhar <abhishek.shekhar1@amdocs.com>
Diffstat (limited to 'mso-catalog-db/src/main/resources')
-rw-r--r-- | mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml | 2 |
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>
|