Added output message

This commit is contained in:
William DURAND 2011-04-19 17:39:10 +02:00
parent 68ae0ef9d7
commit 26d106a2ef

View file

@ -54,6 +54,8 @@ EOT
'propel.database.password' => $defaultConfig['connection']['password'],
'propel.schema.dir' => $this->getApplication()->getKernel()->getRootDir() . '/propel/schema/',
));
$output->writeln('<info>All SQL statements have been executed.</info>');
} else {
$output->writeln('<error>You have to use --force to execute all SQL statements.</error>');
}