CC-5781: Upgrade script for new storage quota implementation

First draft of an upgrade controller
This commit is contained in:
drigato 2014-04-10 07:12:31 -04:00
parent 1e62908e66
commit 5971f51b53
4 changed files with 78 additions and 7 deletions

View file

@ -1,11 +1,5 @@
<?php
// Define path to application directory
defined('APPLICATION_PATH')
|| define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../../../install_minimal/../airtime_mvc/application'));
//include index.php so we can use propel classes
require_once APPLICATION_PATH.'/../public/index.php';
require_once 'DbUpgrade.php';
require_once 'StorageQuotaUpgrade.php';