SAAS-628: Create script to update disk_usage for all Airtime pro stations

This commit is contained in:
drigato 2015-03-10 12:29:30 -04:00
parent 0d790213e3
commit b398fea7e7
2 changed files with 42 additions and 0 deletions

View file

@ -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