Neos\Flow\Persistence\Doctrine\Migrations\Version20141017174559::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->write('The conversion of nodes to the new resource management cannot be reverted with a database migration.');
    }
Version20141017174559