CRM-13992 : QA fixes mentioned in #comment-57745
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.5.alpha1.mysql.tpl
index 6cdcef9d3d7f3b42cf203d0f398fae2655c3e199..a1bbff9a8ffd03fbc0f81842ff8a0da2028e2579 100644 (file)
@@ -1,6 +1,4 @@
 {* file to handle db changes in 4.5.alpha1 during upgrade *}
-{include file='../CRM/Upgrade/4.4.alpha1.msg_template/civicrm_msg_template.tpl'}
-
 {include file='../CRM/Upgrade/4.5.alpha1.msg_template/civicrm_msg_template.tpl'}
 
 ALTER TABLE `civicrm_contact`
@@ -250,4 +248,6 @@ UPDATE civicrm_custom_field cf
   LEFT JOIN civicrm_custom_group cg
     ON cf.custom_group_id = cg.id
   SET cf.in_selector = 1
-  WHERE cg.is_multiple = 1 AND cf.html_type != 'TextArea';
\ No newline at end of file
+  WHERE cg.is_multiple = 1 AND cf.html_type != 'TextArea';
+ALTER TABLE `civicrm_custom_group`
+ CHANGE COLUMN `style` `style` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Visual relationship between this form and its parent.';
\ No newline at end of file