PHP Класс Neos\Flow\Persistence\Doctrine\Migrations\Version20141015125841

- 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
Наследование: extends Doctrine\DBAL\Migrations\AbstractMigration
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

down() публичный Метод

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Результат void

postDown() публичный Метод

Move resource files back to the old locations and adjust records.
public postDown ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Результат void

postUp() публичный Метод

Move resource files to the new locations and adjust records.
public postUp ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Результат void

up() публичный Метод

public up ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Результат void