summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-03-20 06:28:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-20 06:28:22 +0000
commitab009048cec463c32d039a912496744754434b5c (patch)
tree30c06a81d8944f186ecb08388e6a32af5c12b38b
parent111d242aaab7110270c992d945f109758c2961b0 (diff)
parent644ad5166365bc13df2ca2ebc6e354baaca066b4 (diff)
Merge "Increase column size for AIC_CLOUD_REGION"
-rw-r--r--mso-api-handlers/mso-requests-db/src/main/resources/InfraActiveRequests.hbm.xml2
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"/>