Skip to content

Commit

Permalink
[PropelBundle] Fixed build sql command
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto authored and fabpot committed Jun 23, 2010
1 parent 097b87b commit 449bf62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ protected function configure()
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->callPhing('sql');
$this->callPhing('sql', array('propel.packageObjectModel' => false));
$filesystem = new Filesystem();
$basePath = $this->application->getKernel()->getRootDir(). DIRECTORY_SEPARATOR . 'propel'. DIRECTORY_SEPARATOR . 'sql';
foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {
Expand Down

0 comments on commit 449bf62

Please sign in to comment.