Skip to content

Commit

Permalink
Enabled doctrine.php to execute orm:validate-schema command.
Browse files Browse the repository at this point in the history
  • Loading branch information
miau committed Aug 7, 2011
1 parent 45418ee commit c594873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/doctrine.php
Expand Up @@ -72,6 +72,7 @@
new \Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand(),
new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(),
new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(),
new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(),

));

Expand Down

0 comments on commit c594873

Please sign in to comment.