From 01bbacb7640d00d8b05acba8a4c7b6cc884b3c0a Mon Sep 17 00:00:00 2001
From: prasad <prasad@vtiger.com>
Date: Fri, 29 Apr 2016 12:07:20 +0530
Subject: [PATCH] Updated comment.

---
 modules/Migration/schema/640_to_650.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Migration/schema/640_to_650.php b/modules/Migration/schema/640_to_650.php
index cc39d3d31..206bd8cf9 100644
--- a/modules/Migration/schema/640_to_650.php
+++ b/modules/Migration/schema/640_to_650.php
@@ -55,7 +55,7 @@ $adb->pquery("Update vtiger_settings_field set linkto='index.php?parent=Settings
 $adb->pquery("Update vtiger_settings_field set linkto='index.php?module=Workflows&parent=Settings&view=List' where name='LBL_LIST_WORKFLOWS'", array());
 $adb->pquery("Update vtiger_settings_field set linkto='index.php?module=Vtiger&parent=Settings&view=ConfigEditorDetail' where name='LBL_CONFIG_EDITOR'", array());
 
-//allow large emails to be stored.
+// Extend description data-type (eg. allow large emails to be stored)
 $adb->pquery("ALTER TABLE vtiger_crmentity MODIFY COLUMN description MEDIUMTEXT", array());
 
 }
-- 
GitLab