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>
diff --git a/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml b/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml
index 910cb9b..0857070 100644
--- a/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml
+++ b/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml
@@ -37,7 +37,7 @@
<column name="VF_MODULE_ID" not-null="false" length="100" />
</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="version" type="string">
<column name="VERSION_STR" not-null="true" length="20" />