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
|
|
@ -38,6 +38,9 @@ EOT
|
|||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
if ($input->getOption('verbose')) {
|
||||
$this->additionalPhingArgs[]= 'verbose';
|
||||
}
|
||||
$this->callPhing('om');
|
||||
|
||||
foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue