From 94de8ecf2a4ddd2402265b72c745c2cda8e098e1 Mon Sep 17 00:00:00 2001 From: Dilip Raj Baral Date: Mon, 9 May 2016 20:01:22 +0530 Subject: [PATCH] Update image_URL column size to 512 Rounded to nearest 2^n --- CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl index 72f2182dfa..b227b1a957 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl @@ -1,4 +1,4 @@ {* file to handle db changes in 4.7.8 during upgrade *} #CRM-17967 - Allow conact image file name length during upload up to 255 characters long -ALTER TABLE `civicrm_contact` CHANGE `image_URL` `image_URL` VARCHAR(450) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'optional URL for preferred image (photo, logo, etc.) to display for this contact.'; \ No newline at end of file +ALTER TABLE `civicrm_contact` CHANGE `image_URL` `image_URL` VARCHAR(512) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'optional URL for preferred image (photo, logo, etc.) to display for this contact.'; -- 2.25.1