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/ArRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml
index fedfe31..a840093 100644
--- a/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml
+++ b/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml
@@ -37,7 +37,7 @@
 			     <column name="MODEL_NAME" not-null="true" length="20"/>
 			</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"/>
@@ -59,4 +59,4 @@
         </property>
 	</class>
 	
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>
diff --git a/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml
index 2332324..4a0b5fb 100644
--- a/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml
+++ b/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml
@@ -70,7 +70,7 @@
 			     <column name="MODEL_ID" not-null="true"/>
 			</property>
 			<property name="action" type="string" >
-			     <column name="ACTION" not-null="true" length="20"/>
+			     <column name="ACTION" not-null="true" length="40"/>
 			</property>
 		</properties>
 		<property name="schemaVersion" column="SCHEMA_VERSION" type="string" length="20"/>
@@ -84,4 +84,4 @@
           <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>
         </property>
 	</class>
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>
diff --git a/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml b/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml
index 4490dba..9081bb8 100644
--- a/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml
+++ b/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml
@@ -36,7 +36,7 @@
 			     <column name="MODEL_NAME" not-null="true" length="20"/>
 			</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"/>
@@ -58,4 +58,4 @@
         </property>
 	</class>
 	
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>
diff --git a/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml
index 75be1c7..bdd54f7 100644
--- a/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml
+++ b/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml
@@ -44,7 +44,7 @@
           <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/>

         </property>

 

-		<property name="action" 				column="ACTION" 					type="string" 			length="20" insert="false" update="false" />

+		<property name="action" 				column="ACTION" 					type="string" 			length="40" insert="false" update="false" />

 		<property name="version" 				column="VERSION_STR" 				type="string" 			length="20"/>

 		<property name="description" 			column="DESCRIPTION" 				type="string" 			length="1200"/>

 		<property name="serviceParamXSD" 		column="SERVICE_PARAM_XSD" 			type="string" 			length="2048"/>

diff --git a/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml b/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml
index d2ca635..8bb138a 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"/>
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" />