diff --git a/Command/AbstractCommand.php b/Command/AbstractCommand.php index 4b9ef76..1e35c3a 100644 --- a/Command/AbstractCommand.php +++ b/Command/AbstractCommand.php @@ -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; }