Skip to content

Commit

Permalink
Minor test data fix up - ensure domain contact's email is primary
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Sep 22, 2020
1 parent a7d8600 commit 0afd87e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ INSERT INTO `civicrm_contribution` (`id`, `contact_id`, `financial_type_id`, `co
--

INSERT INTO `civicrm_email` (`id`, `contact_id`, `location_type_id`, `email`, `is_primary`, `is_billing`, `on_hold`, `is_bulkmail`, `hold_date`, `reset_date`, `signature_text`, `signature_html`) VALUES
(1, 1, 1, 'fixme.domainemail@example.org', 0, 0, 0, 0, NULL, NULL, NULL, NULL),
(1, 1, 1, 'fixme.domainemail@example.org', 1, 0, 0, 0, NULL, NULL, NULL, NULL),
(7, 71, 1, 'grantm@fishmail.net', 1, 0, 0, 0, NULL, NULL, NULL, NULL),
(41, 2, 1, 'merrie@testmail.co.nz', 1, 0, 0, 0, NULL, NULL, NULL, NULL),
(42, 2, 1, 'merriechowski95@notmail.info', 0, 0, 0, 0, NULL, NULL, NULL, NULL),
Expand Down

0 comments on commit 0afd87e

Please sign in to comment.