[command] Fixed insert-sql information
This commit is contained in:
parent
fd244402c1
commit
cbcc89ea61
1 changed files with 2 additions and 3 deletions
|
|
@ -52,9 +52,9 @@ EOT
|
|||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
if ($input->getOption('force')) {
|
||||
$this->writeSection($output, '[Propel] You are running the command: propel:insert-sql');
|
||||
$this->writeSection($output, '[Propel] You are running the command: propel:insert-sql');
|
||||
|
||||
if ($input->getOption('force')) {
|
||||
if ($input->getOption('verbose')) {
|
||||
$this->additionalPhingArgs[] = 'verbose';
|
||||
}
|
||||
|
|
@ -66,7 +66,6 @@ EOT
|
|||
'propel.database.database' => $defaultConfig['adapter'],
|
||||
'propel.database.user' => $defaultConfig['connection']['user'],
|
||||
'propel.database.password' => isset($defaultConfig['connection']['password']) ? $defaultConfig['connection']['password'] : '',
|
||||
'propel.schema.dir' => $this->getApplication()->getKernel()->getRootDir() . '/propel/schema/',
|
||||
));
|
||||
|
||||
if (true === $ret) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue