diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-14 09:22:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-14 09:22:15 +0000 |
commit | 09f3630ea990197e9d7b669aa2d6a63ec397bf3e (patch) | |
tree | 6625d3e9ac31600d86bf54a50e75dba61cc2c82a /mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml | |
parent | a56de0e221751debd038aca5b6d20d8f9325d294 (diff) | |
parent | 38f720752af4d4aad8c4e467a288d9048659f688 (diff) |
Merge "AT&T 1712 and 1802 release code"
Diffstat (limited to 'mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml')
-rw-r--r-- | mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml b/mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml index 8ee3dddef9..fcc6b2843e 100644 --- a/mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml +++ b/mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml @@ -128,7 +128,7 @@ <column name="SERVICE_INSTANCE_NAME" length="80"/> </property> <property name="requestScope" type="string"> - <column name="REQUEST_SCOPE" length="20"/> + <column name="REQUEST_SCOPE" length="45"/> </property> <property name="requestAction" type="string"> <column name="REQUEST_ACTION" length="45" not-null="true"/> @@ -145,5 +145,17 @@ <property name="requestorId" type="string"> <column name="REQUESTOR_ID" length="80"/> </property> + <property name="configurationId" type="string"> + <column name="CONFIGURATION_ID" length="45"/> + </property> + <property name="configurationName" type="string"> + <column name="CONFIGURATION_NAME" length="200"/> + </property> + <property name="operationalEnvId" type="string"> + <column name="OPERATIONAL_ENV_ID" length="45"/> + </property> + <property name="operationalEnvName" type="string"> + <column name="OPERATIONAL_ENV_NAME" length="200"/> + </property> </class> </hibernate-mapping> |