Added usage of --force in propel:build for sql:insert.
This commit is contained in:
parent
9462559f33
commit
2278420d23
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ class BuildCommand extends ContainerAwareCommand
|
|||
$in = new ArrayInput(array(
|
||||
'command' => 'propel:sql:insert',
|
||||
'--connection' => $input->getOption('connection'),
|
||||
'--force' => true,
|
||||
'--verbose' => $input->getOption('verbose'),
|
||||
));
|
||||
$cmd = $this->getApplication()->find('propel:sql:insert');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue