Skip to content

1.3.0

Compare
Choose a tag to compare
@mikeSimonson mikeSimonson released this 23 Jan 10:14

This release feature in particular a dramatical speedup for all those that have numerous tables/fields in the database that they try to migrate.

I want to particularly thanks @stof and @Ocramius for their continuous support and code review without which you wouldn't have that 97% speedup.

To be more precise, the improvement concern the schema object that is passed to each migrations. That object needs to be rebuild for every migrations. The more fields/table you have in your database the longer it takes. As of now doctrine migrations won't build the schema object until you use it. So if you don't use it you gain 100% of the build time of that object.

Fixed

Changed

Added