aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-04-09 13:22:53 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-09 13:22:53 +0000
commita6970b37a7a0f90db732dba11dc0ce2da8e09bb4 (patch)
tree2e1549a48fcb571ce72f32e1cf78eeb98d024d1f
parentc7e57154662d399c48dd7b90898a7e831864332f (diff)
parenta63790fe9a48e02fff8adb67c250d2ff1167ed7b (diff)
Merge "Restore SERVICE_NAME to OPERATION_STATUS table"
-rw-r--r--mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml b/mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml
index 8d80f76649..44094a1394 100644
--- a/mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml
+++ b/mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml
@@ -32,6 +32,7 @@
<key-property name="serviceId" type="string" column="SERVICE_ID"/>
<key-property name="operationId" column="OPERATION_ID" type="string" length="256"/>
</composite-id>
+ <property name="serviceName" column="SERVICE_NAME" type="string" length="256"/>
<property name="operation" column="OPERATION_TYPE" type="string" length="256"/>
<property name="userId" column="USER_ID" type="string" length="256"/>
<property name="result" column="RESULT" type="string" length="256"/>