-- changed size to 255 from 64 for civicrm_action_schedule.entity_value, CRM-15760
authorPradeep Nayak <pradpnayak@gmail.com>
Thu, 25 Dec 2014 09:06:03 +0000 (14:36 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Thu, 25 Dec 2014 09:06:03 +0000 (14:36 +0530)
----------------------------------------
* CRM-15760: Change size of civicrm_action_schedule.entity_value to 255 from 64
  https://issues.civicrm.org/jira/browse/CRM-15760

CRM/Upgrade/Incremental/sql/4.5.6.mysql.tpl
xml/schema/Core/ActionSchedule.xml

index 141cf68f3d3d8f8a05cb50ce1b340a307b78cfad..54377816b7f8642bfb25e0d27ff5b03005473e45 100644 (file)
@@ -1 +1,4 @@
 {* 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
index 726da804dc0225e0851f6864aa9bdbf38038eef1..40a6dd8bc2418e9391446a9faa60d19af9b58e22 100644 (file)
@@ -50,7 +50,7 @@
   <field>
     <name>entity_value</name>
     <type>varchar</type>
-    <length>64</length>
+    <length>255</length>
     <comment>Entity value</comment>
     <add>3.4</add>
   </field>