Application\Migrations\Version20121023145840::up PHP Method

up() public method

public up ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema
    public function up(Schema $schema)
    {
        // this up() migration is autogenerated, please modify it to your needs
        $this->abortIf($this->connection->getDatabasePlatform()->getName() != "mysql");
        $this->addSql("ALTER TABLE bundle CHANGE symfonyVersions versionsHistory LONGTEXT DEFAULT NULL COMMENT '(DC2Type:array)'");
    }
Version20121023145840