CRM-15946 fix - Upgrade to 4.6 alpha fails on 'Add and update reference_date column...
authormonishdeb <monish.deb@webaccessglobal.com>
Wed, 11 Feb 2015 06:04:24 +0000 (11:34 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 11 Feb 2015 06:04:24 +0000 (11:34 +0530)
https://issues.civicrm.org/jira/browse/CRM-15946

CRM/Upgrade/Incremental/php/FourSix.php

index 09cbeeccf9ff122e03ded93d4c28426a6da5b0dd..e318661e4cf72bd4111e5cb129be48a48e22c362 100644 (file)
@@ -143,7 +143,7 @@ class CRM_Upgrade_Incremental_php_FourSix {
 
     //Retrieve schedule reminders for membership entity and is not repeatable and no absolute date chosen.
     $query = "SELECT schedule.* FROM civicrm_action_schedule schedule
LEFT JOIN civicrm_action_mapping mapper ON mapper.id = schedule.mapping_id AND
INNER JOIN civicrm_action_mapping mapper ON mapper.id = schedule.mapping_id AND
    mapper.entity = 'civicrm_membership' AND
    schedule.is_repeat = 0 AND
    schedule.start_action_date IS NOT NULL";