From 0029e7d4c831143feb7ec7e92056ec2f1ff7eb29 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 3 Dec 2010 16:09:15 +0100 Subject: [PATCH] added workaround for doctrine cli schema generation --- backend/bin/doctrine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/bin/doctrine.php b/backend/bin/doctrine.php index b9bd2d3..946e3cc 100644 --- a/backend/bin/doctrine.php +++ b/backend/bin/doctrine.php @@ -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(),