added workaround for doctrine cli schema generation

This commit is contained in:
Steffen Vogel 2010-12-03 16:09:15 +01:00
parent 95c4845ca7
commit 0029e7d4c8

View file

@ -58,9 +58,9 @@ $cli = new \Symfony\Component\Console\Application('Doctrine Command Line Interfa
$cli->setCatchExceptions(true);
$cli->setHelperSet($helperSet);
$cli->addCommands(array(
// DBAL Commands
/* DBAL Commands disabled due to http://www.doctrine-project.org/jira/browse/DDC-910
new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(),
new \Doctrine\DBAL\Tools\Console\Command\ImportCommand(),
new \Doctrine\DBAL\Tools\Console\Command\ImportCommand(),*/
// ORM Commands
new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(),