CC-5781: Upgrade script for new storage quota implementation

This commit is contained in:
drigato 2014-04-07 14:52:55 -04:00
parent 57955420f3
commit 10778fd88d
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library/propel/runtime/lib')
)));
//Propel classes.
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
class StorageQuotaUpgrade
{
public static function startUpgrade()