CC-5781: Upgrade script for new storage quota implementation
First draft of an upgrade controller
This commit is contained in:
parent
1e62908e66
commit
5971f51b53
4 changed files with 78 additions and 7 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue