CC-5781: Upgrade script for new storage quota implementation
This commit is contained in:
parent
54868c9f6e
commit
aa531c882f
|
@ -12,10 +12,11 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
||||||
|
|
||||||
//Propel classes.
|
//Propel classes.
|
||||||
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
|
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
|
||||||
set_include_path(APPLICATION_PATH . '/models/om' . PATH_SEPARATOR . get_include_path());
|
#set_include_path(APPLICATION_PATH . '/models/om' . PATH_SEPARATOR . get_include_path());
|
||||||
set_include_path(APPLICATION_PATH . '/models/airtime' . PATH_SEPARATOR . get_include_path());
|
#set_include_path(APPLICATION_PATH . '/models/airtime' . PATH_SEPARATOR . get_include_path());
|
||||||
|
|
||||||
require_once 'CcMusicDirsQuery.php';
|
require_once 'CcMusicDirsQuery.php';
|
||||||
|
require_once 'BaseCcMusicDirsQuery.php';
|
||||||
|
|
||||||
class StorageQuotaUpgrade
|
class StorageQuotaUpgrade
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue