Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.4
-
Fix Version/s: 4.5
-
Component/s: None
-
Labels:None
Description
All other tables with domain_id have an FK on the domain_id field - except mail_settings ie from mailing - so this is a minor inconsistency
INDEX `FK_civicrm_mailing_domain_id` (`domain_id`),
CONSTRAINT `FK_civicrm_mailing_domain_id` FOREIGN KEY (`domain_id`) REFERENCES `civicrm_domain` (`id`) ON DELETE SET NULL,