Skip to content
Snippets Groups Projects

allow long emails to be stored intact fix #10

Merged Alan Bell requested to merge alanbell/vtigercrm:allow_long_mails into master
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -55,5 +55,8 @@ $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.
$adb->pquery("ALTER TABLE vtiger_crmentity MODIFY COLUMN description MEDIUMTEXT", array());
}
Loading