CC-5781: Upgrade script for new storage quota implementation

This commit is contained in:
drigato 2014-04-07 14:59:58 -04:00
parent 10778fd88d
commit 6cd1ebb5ea
1 changed files with 2 additions and 5 deletions

View File

@ -10,14 +10,11 @@ set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library')
)));
set_include_path(implode(PATH_SEPARATOR, array(
get_include_path(),
realpath(APPLICATION_PATH . '/../library/propel/runtime/lib')
)));
//Propel classes.
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
require_once 'CcMusicDirsQuery.php';
class StorageQuotaUpgrade
{
public static function startUpgrade()