Skip to content

Commit

Permalink
Merge pull request #248 from cakephp/dump-require-table
Browse files Browse the repository at this point in the history
Dump command and require-table
  • Loading branch information
lorenzo authored Jun 23, 2016
2 parents be84a7e + 61f70c8 commit b683dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Dump.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$collection = $connection->schemaCollection();

$options = [
'require-table' => true,
'require-table' => false,
'plugin' => $this->getPlugin($input)
];
$tables = $this->getTablesToBake($collection, $options);
Expand Down

0 comments on commit b683dae

Please sign in to comment.