diff options
author | Rob Daugherty <rd472p@att.com> | 2018-04-04 15:56:32 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-04-06 14:08:36 +0000 |
commit | a63790fe9a48e02fff8adb67c250d2ff1167ed7b (patch) | |
tree | ac5414d62443b5deacbf1c24186266962f45747c /mso-api-handlers/mso-requests-db | |
parent | f58931869ec5bc1e3d9b9697618eec6e8db33dc4 (diff) |
Restore SERVICE_NAME to OPERATION_STATUS table
This column was inadvertantly renoved during a recent merge.
Change-Id: Iae31822b412ebb04f4a5b26c639c606fc4467675
Issue-ID: SO-560
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'mso-api-handlers/mso-requests-db')
-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"/> |