Update SqlInsertCommand.php

This commit is contained in:
Marcin Kucharski 2013-06-17 16:37:11 +03:00
commit 77c98544f6

View file

@ -56,10 +56,6 @@ EOT
require_once $this->getContainer()->getParameter('propel.path') . '/generator/lib/util/PropelSqlManager.php';
if ($input->getOption('force')) {
if ($input->getOption('verbose')) {
$this->additionalPhingArgs[] = 'verbose';
}
$connections = $this->getConnections();
$sqlDir = $this->getSqlDir();