CC-5781: Upgrade script for new storage quota implementation
This commit is contained in:
parent
57955420f3
commit
10778fd88d
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue