Skip to content

Commit

Permalink
Adapt merge job to new param
Browse files Browse the repository at this point in the history
This can safely be deployed in advance of the upgrade as it will be ignored

civicrm/civicrm-core#15185

Change-Id: Id1ce52fa786ffe93b6829d68ade0d7afd902e68b
  • Loading branch information
eileenmcnaughton authored and ejegg committed Sep 4, 2019
1 parent d96dbab commit 428d4f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sites/all/modules/wmf_civicrm/scripts/civicrm_merge.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ function drush_civicrm_merge() {
'criteria' => array(
'contact' => array('id' => array('BETWEEN' => array($start, $end))),
),
// Use a zero limit as we are limiting by id range.
// per https://github.com/civicrm/civicrm-core/pull/15185
'search_limit' => 0,
);
if ($groupID) {
$mergeParams['gid'] = $groupID;
Expand Down

0 comments on commit 428d4f9

Please sign in to comment.