Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.4
-
Fix Version/s: 2.1
-
Component/s: Schema Managers
-
Labels:None
-
Environment:Linux & Postgesql
Description
When the schema diff decides there are differences between the existing SEQUENCE and the "new" one it alters the SEQUENCE by a DROP and then a CREATE.
The CREATE is done with the fromSchema as a base which results in a no-changed SEQUENCE.
Line 102 in Doctrine/DBAL/Schema/Comparator.php uses fromSchema but shuld have been using toSchema or just $sequence
This will fix the immediate issue but still require the sequence name being the same.
Activity
Benjamin Eberlei
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.1 [ 10068 ] | |
| Resolution | Fixed [ 1 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 12579 ] | jira-feedback2 [ 17713 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17713 ] | jira-feedback3 [ 20068 ] |