diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-25 01:08:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-25 01:08:58 +0000 |
commit | eb7b6b427608fa21cf6241620202a803089020af (patch) | |
tree | e92794c15da611d074289b84f4f8648e23357676 /mso-catalog-db/src/main/resources/HeatFiles.hbm.xml | |
parent | ba489a051763c4d4f9a5ff36644d40144f887873 (diff) | |
parent | c52588edfa229b2478f04ef3c24ecb3eb8ffbe2f (diff) |
Merge "NetworkResource modelInvariantUUID is too short"
Diffstat (limited to 'mso-catalog-db/src/main/resources/HeatFiles.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/HeatFiles.hbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml b/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml index 4674239a99..5a2c4aa537 100644 --- a/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml +++ b/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml @@ -36,7 +36,7 @@ <property name="version" type="java.lang.String" length="20" not-null="true">
<column name="VERSION" />
</property>
- <property name="fileBody" type="java.lang.String" not-null="true">
+ <property name="fileBody" type="text" not-null="true">
<column name="BODY" />
</property>
<property name="created" type="java.sql.Timestamp" generated="insert" update="false" insert="false" not-null="true">
|