diff options
Diffstat (limited to 'mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml | 2 |
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"/> |