Neos\Flow\Persistence\Doctrine\Migrations\Version20120429213445::down PHP Метод

down() публичный Метод

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Результат void
    public function down(Schema $schema)
    {
        $this->abortIf($this->connection->getDatabasePlatform()->getName() != "mysql");
        $this->addSql("DROP INDEX flow3_identity_typo3_flow3_security_account ON typo3_flow3_security_account");
    }
Version20120429213445