diff options
Diffstat (limited to 'mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml b/mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml index 90ae8ab2ea..b89a93cd96 100644 --- a/mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml +++ b/mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml @@ -27,12 +27,12 @@ </meta> <composite-id> - <key-property name="parentTemplateId" column="PARENT_TEMPLATE_ID" type="int" /> - <key-property name="childTemplateId" column="CHILD_TEMPLATE_ID" type="int" /> + <key-property name="parentTemplateId" column="PARENT_HEAT_TEMPLATE_UUID" type="string" length="200"/> + <key-property name="childTemplateId" column="CHILD_HEAT_TEMPLATE_UUID" type="string" length="200"/> </composite-id> <property name="providerResourceFile" column="PROVIDER_RESOURCE_FILE" type="string" length="100"/> </class> -</hibernate-mapping> +</hibernate-mapping>
\ No newline at end of file |