CC-3605 : Create 2.1 upgrades

This commit is contained in:
Naomi Aro 2012-04-11 18:27:36 +02:00
parent 37c929f610
commit d76dea2187
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ class AirtimeDatabaseUpgrade{
//Propel classes.
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
require_once APPLICATION_PATH."/configs/conf.php";
require_once 'propel/runtime/lib/Propel.php';
include_once APPLICATION_PATH."/configs/conf.php";
include_once 'propel/runtime/lib/Propel.php';
Propel::init(APPLICATION_PATH."/configs/airtime-conf-production.php");
$con = Propel::getConnection(CcSchedulePeer::DATABASE_NAME);