[command] Fixed build-sql
This commit is contained in:
parent
7e4c15261d
commit
c04664beb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue