diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2018-03-19 15:16:44 -0400 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2018-03-20 01:30:09 +0000 |
commit | 644ad5166365bc13df2ca2ebc6e354baaca066b4 (patch) | |
tree | a1965fe79d303911fda9e7eb6d6ab4a8739d1b13 /mso-api-handlers/mso-requests-db/src/main | |
parent | 7d36778ec5438cb9bf8fa7450186548b8846358e (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/mso-requests-db/src/main')
-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"/> |