-
- Downloads
Do not rename primary key index when renaming table
When the migrator renames a table, for example for upgrade simulation, it should not rename the primary key to avoid messing up with the diff because the MySQL Doctrine code expects that index to always be called "primary".
Loading
Please register or sign in to comment