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

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

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Результат void
    public function down(Schema $schema)
    {
        // no need to move anything back, the original migration expects the resources to be at the new location
    }
Version20150611154419