Neos\Flow\Persistence\Doctrine\Migrations\Version20160223103919::up PHP Метод

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

public up ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Результат void
    public function up(Schema $schema)
    {
        $this->abortIf($this->connection->getDatabasePlatform()->getName() != "postgresql");
        $this->addSql("ALTER TABLE typo3_typo3cr_domain_model_nodedata ALTER pathhash DROP DEFAULT");
        $this->addSql("ALTER INDEX IF EXISTS idx_71de9cfba762b951 RENAME TO IDX_71DE9CFBBB46155");
    }
Version20160223103919