Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
Description
For ManyToMany associations, migrations try to create a unique index on (joinColumn, inverseJoinColumn) having name "primary":
CREATE UNIQUE INDEX primary ON join_table (joinColumn, inverseJoinColumn);
Which results in a syntax error on MySQL (primary is also an invalid key name).
Activity
arnaud-lb
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
For ManyToMany associations, migrations try to create a unique index on (joinColumn, inverseJoinColumn) having name "primary": CREATE UNIQUE INDEX primary ON join_table (joinColumn, inverseJoinColumn); |
For ManyToMany associations, migrations try to create a unique index on (joinColumn, inverseJoinColumn) having name "primary": CREATE UNIQUE INDEX primary ON join_table (joinColumn, inverseJoinColumn); Which results in a syntax error on MySQL (primary is also an invalid key name). |
arnaud-lb
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DMIG-20, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Caused by / related to
DBAL-126