diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-20 06:28:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-20 06:28:22 +0000 |
commit | ab009048cec463c32d039a912496744754434b5c (patch) | |
tree | 30c06a81d8944f186ecb08388e6a32af5c12b38b | |
parent | 111d242aaab7110270c992d945f109758c2961b0 (diff) | |
parent | 644ad5166365bc13df2ca2ebc6e354baaca066b4 (diff) |
Merge "Increase column size for AIC_CLOUD_REGION"
-rw-r--r-- | mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml | 2 |
1 files changed, 1 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 fcc6b2843e..79ead1de15 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 @@ -113,7 +113,7 @@ <column name="AAI_SERVICE_ID" length="50"/> </property> <property name="aicCloudRegion" type="string"> - <column name="AIC_CLOUD_REGION" length="11"/> + <column name="AIC_CLOUD_REGION" length="200"/> </property> <property name="callBackUrl" type="string"> <column name="CALLBACK_URL" length="200"/> |