fix display message
This commit is contained in:
parent
a8bb6a2a8b
commit
7ff244193d
1 changed files with 1 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ abstract class AbstractCommand extends ContainerAwareCommand
|
|||
if ($this->input && $this->input->hasOption('connection') && $this->input->getOption('connection')
|
||||
&& $database['name'] != $this->input->getOption('connection')) {
|
||||
//we skip this schema because the connection name doesn't match the input value
|
||||
unset($this->tempSchemas[$tempSchema]);
|
||||
$filesystem->remove($file);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue