Ian province abbreviation patch - issue 724
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.6.beta2.mysql.tpl
... / ...
CommitLineData
1{* file to handle db changes in 4.6.beta2 during upgrade *}
2-- CRM-16018
3ALTER TABLE `civicrm_membership_block` CHANGE `membership_types` `membership_types` VARCHAR( 1024 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci COMMENT 'Membership types to be exposed by this block.';
4
5-- CRM-15578 Require access CiviMail permission for A/B Testing feature
6UPDATE civicrm_navigation
7SET permission = 'access CivMail', permission_operator = ''
8WHERE name = 'New A/B Test' OR name = 'Manage A/B Tests';