[command] Fixed build-sql

This commit is contained in:
William DURAND 2011-08-30 17:43:01 +02:00
commit c04664beb2

View file

@ -48,7 +48,7 @@ EOT
$this->additionalPhingArgs[] = 'verbose';
}
if (true === $this->callPhing('sql', array('propel.packageObjectModel' => false))) {
if (true === $this->callPhing('sql', array('propel.packageObjectModel' => true))) {
$filesystem = new Filesystem();
$basePath = $this->getApplication()->getKernel()->getRootDir(). DIRECTORY_SEPARATOR . 'propel'. DIRECTORY_SEPARATOR . 'sql';
$sqlMap = file_get_contents($basePath . DIRECTORY_SEPARATOR . 'sqldb.map');