packagist doctrine/migrations v1.3.0
1.3.0

latest releases: 3.7.x-dev, dev-dependabot/github_actions/doctrine/dot-github-5.0.1, dev-dependabot/github_actions/ramsey/composer-install-3...
8 years ago

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

Don't miss a new migrations release

NewReleases is sending notifications on new releases.