aboutsummaryrefslogtreecommitdiffstats
path: root/mso-catalog-db/src/main/resources/Service.hbm.xml
diff options
context:
space:
mode:
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"/>