Skip to content

Commit

Permalink
Merge pull request #263 from jackalope/back_port_force_option
Browse files Browse the repository at this point in the history
back port force option
  • Loading branch information
dbu committed May 1, 2015
2 parents c10834b + d55c96d commit 70a7095
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ protected function configure()
->setName('jackalope:init:dbal')
->setDescription('Prepare the database for Jackalope Doctrine-Dbal.')
->setDefinition(array(
new InputOption(
'force', null, InputOption::VALUE_NONE,
'Set this parameter to execute this action, starting with version 1.2 of Jackalope Doctrine DBAL.'
),
new InputOption(
'dump-sql', null, InputOption::VALUE_NONE,
'Instead of try to apply generated SQLs to the database, output them.'
Expand Down

0 comments on commit 70a7095

Please sign in to comment.