From c0dd30a2cbb794c32529311ef58c191bd0f485f8 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 17 May 2023 03:34:44 -0700 Subject: [PATCH] (REF) test_data_second_domain.mysql - Prepare to stop inheriting some vars --- sql/test_data_second_domain.mysql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sql/test_data_second_domain.mysql b/sql/test_data_second_domain.mysql index 757d0fb99b..614b6fa425 100644 --- a/sql/test_data_second_domain.mysql +++ b/sql/test_data_second_domain.mysql @@ -29,6 +29,10 @@ SELECT @locBlockId := id from civicrm_loc_block where phone_id = @phoneId AND em INSERT INTO civicrm_domain (name, version,contact_id) VALUES (@domainName, '4.2', @contactID); SELECT @domainID := id FROM civicrm_domain where name = 'Second Domain'; + + SELECT @option_group_id_mail_approval_status := max(id) from civicrm_option_group where name = 'mail_approval_status'; + SELECT @option_group_id_fma := max(id) from civicrm_option_group where name = 'from_email_address'; + INSERT INTO `civicrm_option_value` (`option_group_id`, `label`, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, `description`, `is_optgroup`, `is_reserved`, `is_active`, `component_id`, `domain_id`, `visibility_id`) VALUES -- 2.25.1