projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd9556c
)
(Cleanup) Upgrader - Remove empty steps from 5.0.0
author
Tim Otten
<totten@civicrm.org>
Sat, 6 Mar 2021 10:35:12 +0000
(
02:35
-0800)
committer
Tim Otten
<totten@civicrm.org>
Sat, 6 Mar 2021 10:36:26 +0000
(
02:36
-0800)
CRM/Upgrade/Incremental/php/FiveZero.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Upgrade/Incremental/php/FiveZero.php
b/CRM/Upgrade/Incremental/php/FiveZero.php
index 92b2034ee07bb6f5d63354cb39852263bbaf6099..6fdae40a39e06be5bc64e0847bd2b282e8fde902 100644
(file)
--- a/
CRM/Upgrade/Incremental/php/FiveZero.php
+++ b/
CRM/Upgrade/Incremental/php/FiveZero.php
@@
-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