Skip to content
Snippets Groups Projects
Commit 01bbacb7 authored by Prasad's avatar Prasad
Browse files

Updated comment.

parent b2f90568
No related branches found
No related tags found
No related merge requests found
......@@ -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());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment