diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-09 13:22:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-09 13:22:53 +0000 |
commit | a6970b37a7a0f90db732dba11dc0ce2da8e09bb4 (patch) | |
tree | 2e1549a48fcb571ce72f32e1cf78eeb98d024d1f /mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml | |
parent | c7e57154662d399c48dd7b90898a7e831864332f (diff) | |
parent | a63790fe9a48e02fff8adb67c250d2ff1167ed7b (diff) |
Merge "Restore SERVICE_NAME to OPERATION_STATUS table"
Diffstat (limited to 'mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml')
-rw-r--r-- | mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml | 1 |
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"/> |