Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.9
-
Component/s: None
-
Labels:None
Description
The civicrm_payment_processor_type.name field is UNIQUE, which breaks civicrm_add_domain.mysql - this script tries to create the same set of names for every domain_id.
We should drop the UNIQUE constraint from civicrm_payment_processor_type.name and create an index on name + domain_id.