summaryrefslogtreecommitdiffstats
path: root/mso-catalog-db/src/main/resources/Service.hbm.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-03-14 09:22:15 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-14 09:22:15 +0000
commit09f3630ea990197e9d7b669aa2d6a63ec397bf3e (patch)
tree6625d3e9ac31600d86bf54a50e75dba61cc2c82a /mso-catalog-db/src/main/resources/Service.hbm.xml
parenta56de0e221751debd038aca5b6d20d8f9325d294 (diff)
parent38f720752af4d4aad8c4e467a288d9048659f688 (diff)
Merge "AT&T 1712 and 1802 release code"
Diffstat (limited to 'mso-catalog-db/src/main/resources/Service.hbm.xml')
-rw-r--r--mso-catalog-db/src/main/resources/Service.hbm.xml3
1 files changed, 3 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 70f5731b7d..07f7795725 100644
--- a/mso-catalog-db/src/main/resources/Service.hbm.xml
+++ b/mso-catalog-db/src/main/resources/Service.hbm.xml
@@ -42,6 +42,9 @@
<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"/>
+ <property name="environmentContext" column="ENVIRONMENT_CONTEXT" type="string" length="200"/>
+ <property name="workloadContext" column="WORKLOAD_CONTEXT" type="string" length="200"/>
+
<map name="recipes" inverse="true" cascade="all">
<key column="SERVICE_MODEL_UUID"/>