diff options
author | Rob Daugherty <rd472p@att.com> | 2018-05-23 10:54:41 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-05-23 10:54:41 -0400 |
commit | 43300fa65b5d8c2896a19d37c89876e17de5a40f (patch) | |
tree | b7803182c5d1030162927d0c25bd6e9e887b64cb /mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml | |
parent | 7c5a932e1f3ded5da1277287491af6c85f31f6b7 (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/ServiceRecipe.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml index 75be1c71b0..bdd54f7832 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"/>
|