upgrade fix
authormonishdeb <monish.deb@webaccessglobal.com>
Fri, 11 Sep 2015 05:03:05 +0000 (10:33 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Fri, 11 Sep 2015 05:03:05 +0000 (10:33 +0530)
CRM/Upgrade/Incremental/php/FourSeven.php

index 71fcc7f9a9453c4053356324b9cdcf65fbd82131..6b969b93f08373ee773ff3e48d371ab20e399d8e 100644 (file)
@@ -100,10 +100,9 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base
    * @param string $rev
    */
   public function upgrade_4_7_alpha1($rev) {
+    $this->addTask(ts('Migrate \'on behalf of\' information to module_data'), 'migrateOnBehalfOfInfo');
     $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev);
     $this->addTask(ts('Add Getting Started dashlet to %1: SQL', array(1 => $rev)), 'addGettingStartedDashlet', $rev);
-    $this->addTask(ts('Migrate \'on behalf of\' information to module_data'), 'migrateOnBehalfOfInfo');
-    $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'task_4_7_x_runSql', $rev);
   }
 
   /**