Restore SERVICE_NAME to OPERATION_STATUS table 57/41057/2
authorRob Daugherty <rd472p@att.com>
Wed, 4 Apr 2018 19:56:32 +0000 (15:56 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 6 Apr 2018 14:08:36 +0000 (14:08 +0000)
This column was inadvertantly renoved during a recent merge.

Change-Id: Iae31822b412ebb04f4a5b26c639c606fc4467675
Issue-ID: SO-560
Signed-off-by: Rob Daugherty <rd472p@att.com>
mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml

index 8d80f76..44094a1 100644 (file)
@@ -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"/>