Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.6
-
Fix Version/s: 4.7.9
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
Doing an upgrade from 4.6.16.0 to the rc 4.7.7 The upgrade broke on the adding of the unique index domain_contact_name here https://github.com/civicrm/civicrm-core/blob/master/CRM/Upgrade/Incremental/php/FourSeven.php#L217 The reason is in 4.6 you can end up with multiple rows for the one contact in the one domain of activity Tab filter settings.
my proposed solution is to treat it like the navigation settings and purge them before the upgrade