Skip to content

Commit

Permalink
CRM-6548: Magento Initial sync starts every week
Browse files Browse the repository at this point in the history
  • Loading branch information
mccar committed Nov 1, 2016
1 parent c70b0f8 commit e11c367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ protected function prepareExcludes()
GROUP BY connector
) b ON a.connector = b.connector AND
a.date = b.minDate
WHERE a.code = %s
WHERE a.code = '%s'
GROUP BY
a.connector
SQL;
Expand Down

0 comments on commit e11c367

Please sign in to comment.