PHP Class Neos\Flow\Persistence\Doctrine\Migrations\Version20151126122252

Note: the indexes are manually maintained, since the annotation adding them is not picked up, seemingly because of the single table inheritance (Event > NodeEvent).
Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
down ( Doctrine\DBAL\Schema\Schema $schema ) : void
up ( Doctrine\DBAL\Schema\Schema $schema ) : void

Method Details

down() public méthode

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Résultat void

up() public méthode

public up ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Résultat void