diff --git a/Command/BuildCommand.php b/Command/BuildCommand.php index 394c7f8..85f7269 100644 --- a/Command/BuildCommand.php +++ b/Command/BuildCommand.php @@ -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');