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/Service.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/Service.hbm.xml')
-rw-r--r-- | mso-catalog-db/src/main/resources/Service.hbm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mso-catalog-db/src/main/resources/Service.hbm.xml b/mso-catalog-db/src/main/resources/Service.hbm.xml index 5bdb0f62bd..70f5731b7d 100644 --- a/mso-catalog-db/src/main/resources/Service.hbm.xml +++ b/mso-catalog-db/src/main/resources/Service.hbm.xml @@ -39,6 +39,7 @@ <property name="modelInvariantUUID" type="string"> <column name="MODEL_INVARIANT_UUID" default="'MANUAL_RECORD'" not-null="true" length="200"/> </property> + <property name="category" column="SERVICE_CATEGORY" type="string" length="20"/> <property name="serviceType" column="SERVICE_TYPE" type="string" length="20"/> <property name="serviceRole" column="SERVICE_ROLE" type="string" length="20"/> |