diff options
author | c00149107 <chenchuanyu@huawei.com> | 2018-03-06 16:34:59 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2018-03-06 16:34:59 +0800 |
commit | b8566c560b21c595525e5bcba855c8632a8cd9db (patch) | |
tree | 31d45de23307c7b06ed4671723ce6201211b4e6e /mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml | |
parent | 789ab7c48502a3c5a59db93a7abf4763a0ba5987 (diff) |
Update paramXSD as recipe common field
Update paramXSD as recipe common field
Change-Id: I8fe382e65957dc3983abfcb638582bf074875fdb
Issue-ID: SO-456
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
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 20b9cab252..d2ca635c9a 100644 --- a/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml @@ -46,7 +46,7 @@ <property name="orchestrationUri" type="string"> <column name="ORCHESTRATION_URI" not-null="true" length="256"/> </property> - <property name="vnfComponentParamXSD" column="VNF_COMPONENT_PARAM_XSD" type="string" length="2048"/> + <property name="paramXSD" column="VNF_COMPONENT_PARAM_XSD" type="string" length="2048"/> <property name="recipeTimeout" column="RECIPE_TIMEOUT" type="int"/> <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true"> <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/> |