diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-01-24 04:43:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-24 04:43:50 +0000 |
commit | 952bef49af903621c9815649993664186e7354a1 (patch) | |
tree | 129d9a51868d94b236edd35c700e38c34b7cc7d8 /mso-catalog-db/src/main/resources/VnfResource.hbm.xml | |
parent | 1b9f60bf292b24a33df33cedacad83bb868b450c (diff) | |
parent | 2a4218f9cb597153d74ffc8bcd47c082fee787b2 (diff) |
Merge "Add Category info For Service and Resource"
Diffstat (limited to 'mso-catalog-db/src/main/resources/VnfResource.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/VnfResource.hbm.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mso-catalog-db/src/main/resources/VnfResource.hbm.xml b/mso-catalog-db/src/main/resources/VnfResource.hbm.xml index 2647a0fcc2..03d1de544c 100644 --- a/mso-catalog-db/src/main/resources/VnfResource.hbm.xml +++ b/mso-catalog-db/src/main/resources/VnfResource.hbm.xml @@ -36,6 +36,8 @@ <property name="orchestrationMode" type="string" column="ORCHESTRATION_MODE" length="20" not-null="true"/> <property name="aicVersionMin" type="string" column="AIC_VERSION_MIN" length="20"/> <property name="aicVersionMax" type="string" column="AIC_VERSION_MAX" length="20"/> + <property name="category" type="string" column="RESOURCE_CATEGORY" length="20"/> + <property name="subCategory" type="string" column="RESOURCE_SUB_CATEGORY" length="20"/> <property name="heatTemplateArtifactUUId" type="string" column="HEAT_TEMPLATE_ARTIFACT_UUID" length="200" /> <property name="created" type="timestamp" generated="insert" update="false" insert="false" not-null="true"> <column name="CREATION_TIMESTAMP" default="CURRENT_TIMESTAMP"/> |