Skip to content

Commit

Permalink
refs #272 removing an unnecessary command
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Moraes committed Aug 2, 2016
1 parent 471c82d commit 56e76b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Console/Command/MigrationShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ public function generate() {
$response = $this->in(__d('migrations', 'Do you want to compare the schema.php file to the database?'), array('y', 'n'), 'y');
}

$response = $this->in(__d('migrations', 'Do you want to compare the schema.php file to the database?'), array('y', 'n'), 'y');
if (strtolower($response) === 'y') {
$this->_generateFromComparison($migration, $oldSchema, $comparison);
$this->_migrationChanges($migration);
Expand Down

0 comments on commit 56e76b7

Please sign in to comment.