summaryrefslogtreecommitdiffstats
path: root/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-01-24 04:43:50 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-24 04:43:50 +0000
commit952bef49af903621c9815649993664186e7354a1 (patch)
tree129d9a51868d94b236edd35c700e38c34b7cc7d8 /mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
parent1b9f60bf292b24a33df33cedacad83bb868b450c (diff)
parent2a4218f9cb597153d74ffc8bcd47c082fee787b2 (diff)
Merge "Add Category info For Service and Resource"
Diffstat (limited to 'mso-catalog-db/src/main/resources/NetworkResource.hbm.xml')
-rw-r--r--mso-catalog-db/src/main/resources/NetworkResource.hbm.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
index 1599cf5c66..41e049ad8d 100644
--- a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
+++ b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
@@ -35,6 +35,8 @@
<property name="neutronNetworkType" column="NEUTRON_NETWORK_TYPE" type="string" length="20"/>
<property name="description" column="DESCRIPTION" type="string" length="1200"/>
<property name="orchestrationMode" column="ORCHESTRATION_MODE" type="string" length="20"/>
+ <property name="category" column="RESOURCE_CATEGORY" type="string" length="20"/>
+ <property name="subCategory" column="RESOURCE_SUB_CATEGORY" type="string" length="20"/>
<property name="heatTemplateArtifactUUID" column="HEAT_TEMPLATE_ARTIFACT_UUID" type="string" length="200" not-null="true" />
<property name="aicVersionMin" type="string" >