public function __construct(Version $version)
 {
     $this->configuration = $version->getConfiguration();
     $this->outputWriter = $this->configuration->getOutputWriter();
     $this->connection = $this->configuration->getConnection();
     $this->connection = $this->connection->selectDatabase($this->configuration->getMigrationsDatabaseName());
     $this->version = $version;
 }