(Cleanup) Upgrader - Remove empty steps from 5.0.0
authorTim Otten <totten@civicrm.org>
Sat, 6 Mar 2021 10:35:12 +0000 (02:35 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 6 Mar 2021 10:36:26 +0000 (02:36 -0800)
CRM/Upgrade/Incremental/php/FiveZero.php

index 92b2034ee07bb6f5d63354cb39852263bbaf6099..6fdae40a39e06be5bc64e0847bd2b282e8fde902 100644 (file)
@@ -47,15 +47,6 @@ class CRM_Upgrade_Incremental_php_FiveZero extends CRM_Upgrade_Incremental_Base
     //}
   }
 
-  /**
-   * Upgrade function.
-   *
-   * @param string $rev
-   */
-  public function upgrade_5_0_0($rev) {
-    $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
-  }
-
   /*
    * Important! All upgrade functions MUST add a 'runSql' task.
    * Uncomment and use the following template for a new upgrade version