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
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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