diff --git a/modules/Migration/schema/811_to_812.php b/modules/Migration/schema/811_to_812.php
index eec2809cce602556c4a449920372d40babdace28..9fcc3412d7c54fcbd54e3f5c81d08297b6d5456d 100644
--- a/modules/Migration/schema/811_to_812.php
+++ b/modules/Migration/schema/811_to_812.php
@@ -22,4 +22,7 @@ if (defined('VTIGER_UPGRADE')) {
     	}
 	}
 
+	// Resize column width to text (instead of varchar)
+	$db->pquery("ALTER TABLE vtiger_shorturls MODIFY COLUMN handler_data text");
+
 }