Added 2.5.12 upgrader and increased show/show instance description field

length
This commit is contained in:
Albert Santoni 2015-03-31 12:38:42 -04:00
parent ae02fe7816
commit 79d2ae12fb
5 changed files with 57 additions and 5 deletions

View file

@ -20,7 +20,8 @@ class UpgradeController extends Zend_Controller_Action
array_push($upgraders, new AirtimeUpgrader259());
array_push($upgraders, new AirtimeUpgrader2510());
array_push($upgraders, new AirtimeUpgrader2511());
array_push($upgraders, new AirtimeUpgrader2512());
$didWePerformAnUpgrade = false;
try
{