Skip to content

Commit

Permalink
add newline for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Apr 7, 2021
1 parent d5ea706 commit cc3b532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/sql/5.37.alpha1.mysql.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ SELECT @option_group_id_activity_contacts := id FROM civicrm_option_group WHERE

UPDATE civicrm_option_value SET weight = 1 WHERE name = 'Activity Targets' AND option_group_id = @option_group_id_activity_contacts;
UPDATE civicrm_option_value SET weight = 2 WHERE name = 'Activity Source' AND option_group_id = @option_group_id_activity_contacts;
UPDATE civicrm_option_value SET weight = 3 WHERE name = 'Activity Assignees' AND option_group_id = @option_group_id_activity_contacts;
UPDATE civicrm_option_value SET weight = 3 WHERE name = 'Activity Assignees' AND option_group_id = @option_group_id_activity_contacts;

0 comments on commit cc3b532

Please sign in to comment.