Neos\Flow\Persistence\Doctrine\Migrations\Version20160601164333::up PHP Méthode

up() public méthode

public up ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
Résultat void
    public function up(Schema $schema)
    {
        $this->abortIf($this->connection->getDatabasePlatform()->getName() != 'postgresql', 'Migration can only be executed safely on "postgresql".');
        $this->addSql('ALTER TABLE typo3_flow_security_account ALTER failedauthenticationcount DROP DEFAULT');
    }
Version20160601164333