-- CRM-17005
UPDATE civicrm_country SET name = 'PALESTINIAN TERRITORY' WHERE name = 'PALESTINIAN TERRITORY, OCCUPIED';
+
+-- CRM-17145 update Activity detail data type
+ALTER TABLE `civicrm_activity` CHANGE `details` `details` LONGTEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'Details about the activity (agenda, notes, etc).';
<uniqueName>activity_details</uniqueName>
<title>Details</title>
<import>true</import>
- <type>text</type>
+ <type>longtext</type>
<headerPattern>/(activity.)?detail(s)?$/i</headerPattern>
<comment>Details about the activity (agenda, notes, etc).</comment>
<html>