CC-5781: Upgrade script for new storage quota implementation
This commit is contained in:
parent
197e12093d
commit
57955420f3
|
@ -10,10 +10,10 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
|||
realpath(APPLICATION_PATH . '/../library')
|
||||
)));
|
||||
|
||||
/*set_include_path(implode(PATH_SEPARATOR, array(
|
||||
set_include_path(implode(PATH_SEPARATOR, array(
|
||||
get_include_path(),
|
||||
realpath(APPLICATION_PATH . '/../library/propel/runtime/lib')
|
||||
)));*/
|
||||
)));
|
||||
|
||||
class StorageQuotaUpgrade
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue