Neos\Flow\Persistence\Doctrine\Migrations\Version20150611154419::down PHP Méthode

down() public méthode

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Résultat 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