CC-5781: Upgrade script for new storage quota implementation
This commit is contained in:
parent
57955420f3
commit
10778fd88d
|
@ -15,6 +15,9 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
||||||
realpath(APPLICATION_PATH . '/../library/propel/runtime/lib')
|
realpath(APPLICATION_PATH . '/../library/propel/runtime/lib')
|
||||||
)));
|
)));
|
||||||
|
|
||||||
|
//Propel classes.
|
||||||
|
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
|
||||||
|
|
||||||
class StorageQuotaUpgrade
|
class StorageQuotaUpgrade
|
||||||
{
|
{
|
||||||
public static function startUpgrade()
|
public static function startUpgrade()
|
||||||
|
|
Loading…
Reference in New Issue