----------------------------------------
* CRM-15760: Change size of civicrm_action_schedule.entity_value to 255 from 64
https://issues.civicrm.org/jira/browse/CRM-15760
{* file to handle db changes in 4.5.6 during upgrade *}
+
+-- CRM-15760
+ALTER TABLE `civicrm_action_schedule` CHANGE `entity_value` `entity_value` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'Entity value';
\ No newline at end of file
<field>
<name>entity_value</name>
<type>varchar</type>
- <length>64</length>
+ <length>255</length>
<comment>Entity value</comment>
<add>3.4</add>
</field>