Neos\Flow\Persistence\Doctrine\Migrations\Version20160411101457::down PHP Method

down() public method

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void
    public function down(Schema $schema)
    {
        $this->abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on "mysql".');
        $this->addSql('ALTER TABLE typo3_neos_domain_model_domain DROP scheme, DROP port');
    }
Version20160411101457