CC-3751: Remove db.php requirement in the upgrade script
- added require_once of Propel
This commit is contained in:
parent
576836ac18
commit
9e4c311cf2
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ function get_conf_location(){
|
||||||
$conf_path = get_conf_location();
|
$conf_path = get_conf_location();
|
||||||
require_once $conf_path;
|
require_once $conf_path;
|
||||||
|
|
||||||
|
set_include_path(__DIR__.'/../../../airtime_mvc/library' . PATH_SEPARATOR . get_include_path());
|
||||||
|
|
||||||
|
require_once 'propel/runtime/lib/Propel.php';
|
||||||
require_once 'common/UpgradeCommon.php';
|
require_once 'common/UpgradeCommon.php';
|
||||||
require_once 'ConfFileUpgrade.php';
|
require_once 'ConfFileUpgrade.php';
|
||||||
require_once 'DbUpgrade.php';
|
require_once 'DbUpgrade.php';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue