aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers
diff options
context:
space:
mode:
authorMunir Ahmad <munir.ahmad@bell.ca>2018-03-19 15:16:44 -0400
committerMunir Ahmad <munir.ahmad@bell.ca>2018-03-20 01:30:09 +0000
commit644ad5166365bc13df2ca2ebc6e354baaca066b4 (patch)
treea1965fe79d303911fda9e7eb6d6ab4a8739d1b13 /mso-api-handlers
parent7d36778ec5438cb9bf8fa7450186548b8846358e (diff)
Increase column size for AIC_CLOUD_REGION
Change-Id: If332d9cf44a3feac6f99039dd64d9eb8d8dc2b19 Issue-ID: SO-499 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'mso-api-handlers')
-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"/>