Skip to content

Commit

Permalink
The dump command should not require ORM table classes to add tables t…
Browse files Browse the repository at this point in the history
…o the dump
  • Loading branch information
HavokInspiration committed Jun 21, 2016
1 parent 71850bd commit 61f70c8
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 61f70c8

Please sign in to comment.