Complete implementation, including database upgrade.
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.4.alpha1.mysql.tpl
index d7d091f7110789f4f1cfbfdce5be5939d4376002..5f7ad377cc5ee483253b825940d39ed2d2621b6d 100644 (file)
@@ -29,4 +29,6 @@ SELECT @bounceTypeID := max(id) FROM civicrm_mailing_bounce_type WHERE name = 'S
 INSERT INTO civicrm_mailing_bounce_pattern (bounce_type_id, pattern)
 VALUES (@bounceTypeID, 'X-HmXmrOriginalRecipient');
 
+-- CRM-12716
+UPDATE civicrm_custom_field SET text_length = NULL WHERE html_type = 'TextArea' AND text_length = 255;