aboutsummaryrefslogtreecommitdiffstats
path: root/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-05-23 10:54:41 -0400
committerRob Daugherty <rd472p@att.com>2018-05-23 10:54:41 -0400
commit43300fa65b5d8c2896a19d37c89876e17de5a40f (patch)
treeb7803182c5d1030162927d0c25bd6e9e887b64cb /mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml
parent7c5a932e1f3ded5da1277287491af6c85f31f6b7 (diff)
NETWORK_RECIPE for CM flows
Increased ACTION field in all recipe tables to 40 chars. Change-Id: I4eb76ce1859f901adb07df753663f9f46372f15f Issue-ID: SO-639 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml')
-rw-r--r--mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml b/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml
index d2ca635c9a..8bb138a313 100644
--- a/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml
+++ b/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml
@@ -37,7 +37,7 @@
<column name="VNF_COMPONENT_TYPE" not-null="true" length="45"/>
</property>
<property name="action" type="string">
- <column name="ACTION" not-null="true" length="20"/>
+ <column name="ACTION" not-null="true" length="40"/>
</property>
<property name="serviceType" column="SERVICE_TYPE" type="string" length="45"/>
<property name="version" column="VERSION" type="string" length="20"/>