CC-5781: Upgrade script for new storage quota implementation

Include propel library
This commit is contained in:
drigato 2014-04-07 14:23:00 -04:00
parent 6abe613a73
commit c1cc3740f3
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
<?php
require_once 'propel/runtime/lib/Propel.php';
class StorageQuotaUpgrade
{
public static function startUpgrade()
@ -20,4 +22,4 @@ class StorageQuotaUpgrade
Application_Model_Preference::setDiskUsage($totalSpace - $freeSpace);
}
}
}