SAAS-628: Create script to update disk_usage for all Airtime pro stations
This commit is contained in:
parent
0d790213e3
commit
b398fea7e7
2 changed files with 42 additions and 0 deletions
|
@ -19,6 +19,7 @@ class UpgradeController extends Zend_Controller_Action
|
|||
array_push($upgraders, new AirtimeUpgrader255());
|
||||
array_push($upgraders, new AirtimeUpgrader259());
|
||||
array_push($upgraders, new AirtimeUpgrader2510());
|
||||
array_push($upgraders, new AirtimeUpgrader2511());
|
||||
|
||||
$didWePerformAnUpgrade = false;
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue