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

- remove the typo3_flow_resource_resourcepointer table - remove the non-used content security configuration table - remove the fileextension column - add and fill new columns for typo3_flow_resource_resource
Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration
Exibir arquivo Open project: neos/flow-development-collection

Public Methods

Method Description
down ( Doctrine\DBAL\Schema\Schema $schema ) : void
postDown ( Doctrine\DBAL\Schema\Schema $schema ) : void Move resource files back to the old locations and adjust records.
postUp ( Doctrine\DBAL\Schema\Schema $schema ) : void Move resource files to the new locations and adjust records.
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

postDown() public method

Move resource files back to the old locations and adjust records.
public postDown ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void

postUp() public method

Move resource files to the new locations and adjust records.
public postUp ( 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