removed 'ENGINE = InnoDB' from migrations
This commit is contained in:
parent
d501426770
commit
a409a00a3a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Version20140505093853 extends AbstractMigration
|
|||
$this->abortIf($this->connection->getDatabasePlatform()->getName() != "mysql");
|
||||
|
||||
$this->addSql(
|
||||
"CREATE TABLE digicomp_sequence_domain_model_insert (number INT NOT NULL, type VARCHAR(255) NOT NULL, PRIMARY KEY(number, type)) ENGINE = InnoDB"
|
||||
"CREATE TABLE digicomp_sequence_domain_model_insert (number INT NOT NULL, type VARCHAR(255) NOT NULL, PRIMARY KEY(number, type))"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue