Neos\Flow\Persistence\Doctrine\Migrations\Version20150309212114::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() != "postgresql");
        $this->addSql("ALTER TABLE typo3_typo3cr_domain_model_nodedata ALTER pathhash SET DEFAULT ''");
        $this->addSql("ALTER INDEX IF EXISTS idx_60a956b98d940019 RENAME TO idx_820cadc88d940019");
        // typo3_typo3cr_domain_model_nodedata
        $this->addSql("ALTER INDEX IF EXISTS idx_60a956b94930c33c RENAME TO idx_820cadc84930c33c");
        // typo3_typo3cr_domain_model_nodedata
        $this->addSql("ALTER INDEX IF EXISTS idx_71de9cfbbb46155 RENAME TO idx_71de9cfba762b951");
        // typo3_typo3cr_domain_model_workspace
    }
Version20150309212114