diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-05 17:53:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-05 17:53:52 +0000 |
commit | 3fa39ea4b932e93ed4d317e6b6e8daaf543e6ce9 (patch) | |
tree | a85a705ed2560d29b57bd3b94b8b51fd58eb7768 /mso-catalog-db | |
parent | e976afc1819d5ed5f534de7d12771ebefeed76da (diff) | |
parent | 1920a8a3e1fbce90a7dcda079cf8261efb8812f5 (diff) |
Merge "Remove foreign key which is not supported by code"
Diffstat (limited to 'mso-catalog-db')
-rw-r--r-- | mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml index 72e7209d53..e22b67ca8b 100644 --- a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml +++ b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml @@ -40,9 +40,11 @@ <property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>
+<!--
<set name="vfModuleCustomizations" inverse="true" cascade="all">
<key column="VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID" not-null="true" />
<one-to-many class="VnfResCustomToVfModuleCustom" />
</set>
+-->
</class>
</hibernate-mapping>
|