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
Exibir arquivo Open project: neos/neos-development-collection

Public Methods

Method Description
down ( Doctrine\DBAL\Schema\Schema $schema ) : void
up ( Doctrine\DBAL\Schema\Schema $schema ) : void

Method Details

down() public method

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void

up() public method

public up ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void