Increase column size for AIC_CLOUD_REGION

Change-Id: If332d9cf44a3feac6f99039dd64d9eb8d8dc2b19
Issue-ID: SO-499
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
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 fcc6b28..79ead1d 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"/>