Neos\Flow\Persistence\Doctrine\Migrations\Version20110920125736::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");
        $this->addSql("DROP TABLE typo3_flow3_mvc_web_routing_objectpathmapping");
    }
Version20110920125736