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).
ファイルを表示
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
public down ( Doctrine\DBAL\Schema\Schema $schema ) : void |
$schema |
Doctrine\DBAL\Schema\Schema |
|
return |
void |
|
public up ( Doctrine\DBAL\Schema\Schema $schema ) : void |
$schema |
Doctrine\DBAL\Schema\Schema |
|
return |
void |
|