Open
Description
Q | A |
---|---|
ORM | 3.2.0 |
DBAL | 4.0.3 |
Support Question
I have recently upgrade doctrine to DBAL 4 / ORM 3, and when I run make:migration, then run doctrine:migration:migration, then run make:migration again, the exact same file is generated, with the same changes....
From what I see, the big majority of those changes are related to custom doctrine type, and I believe it is related to the fact that "Type::requiresSQLCommentHint()" has been removed from doctrine
My problem seems very similar to #1434 that you closed, except that in my case, I'm using MySQL and I removed all comments related to DC2Type. But still, make:migration keeps generating those changes, over and over again.
Any way to fix this?
Metadata
Metadata
Assignees
Labels
No labels
Activity