Added support for the debug option in build-model and build-sql commands
This commit is contained in:
parent
465fad8872
commit
17d994bcd7
2 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ EOT
|
|||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
if ($input->getOption('verbose')) {
|
||||
$this->additionalPhingArgs[]= 'verbose';
|
||||
}
|
||||
$this->callPhing('sql', array('propel.packageObjectModel' => false));
|
||||
|
||||
$filesystem = new Filesystem();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue