added workaround for doctrine cli schema generation
This commit is contained in:
parent
95c4845ca7
commit
0029e7d4c8
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue