migrations

Doctrine Database Migrations Library

MIT License

Downloads
151.7M
Stars
4.6K

Bot releases are hidden (Show)

migrations - [1.5.0] - 2016-12-25

Published by mikeSimonson almost 8 years ago

Thanks to all the contributors.
All the change of this release are included down bellow.

Fixed

Changed

Added

migrations - [1.4.1] - 2016-03-14

Published by mikeSimonson over 8 years ago

migrations - 1.4.0

Published by mikeSimonson over 8 years ago

migrations - 1.3.1

Published by mikeSimonson over 8 years ago

For this release, I want to tank @ReenExe for his refactoring effort of the code and @rcatlin for spotting and fixing a non obvious bug.

All the change of this release are included down bellow.

Fixed

Changed

Added

migrations - 1.3.0

Published by mikeSimonson over 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

migrations - 1.2.2

Published by mikeSimonson almost 9 years ago

Bugfix:

The outputed sql that keeps track of the run migraitons, wasn't taking into account the configurable column name of the the version table.

Thanks to @scrutinizer for the report that pointed the issue.

migrations - 1.2.1

Published by mikeSimonson almost 9 years ago

Bugfix:

That bug was causing the outputed sql file to be mostly empty.

Thanks to @binary010100 and @nassuf for the report.

migrations - 1.1.0

Published by stof about 9 years ago

Features:

  • Added the possibility to register the configuration as a console helper
  • Added support for loading configuration from JSON files
  • Added support for loading configuration from PHP files returning an array
  • Added the ability to auto create migrations in a folder by month and year
  • Added the possibility to inject the OutputWriter after instantiation
  • Added the --allow-no-migration option to avoid throwing an exception if no migrations are found

Bugfix:

  • Switch unexisting <warning> tag to <comment> in the console output

Misc:

  • Dropped support for PHP 5.3
  • Keep the license file in downloadable archives
  • Compressed the phar file that is now half the size that it was.
migrations - First stable release of doctrine migrations ! Champagne

Published by mikeSimonson about 9 years ago

There are very few change in stable release compare to the last and only RC.

Doctrine migrations can be used easier as a library since thanks to @dotEvan composer is now aware of the bin file entry point.
Github now build the archive used by composer without all the tests and the build artefacts.

Enjoy

migrations - First release candidate of the v1 of doctrine migrations

Published by mikeSimonson over 9 years ago

This release has been made extra small by removing all the dev dependencies.
It should be checked to make sure I didn't brake any feature doing so.

migrations - v1.0.0-alpha3

Published by mikeSimonson over 9 years ago

Third (late) alpha of Doctrine migrations

migrations - v1.0-ALPHA2

Published by mikeSimonson over 9 years ago

Second (late) alpha of Doctrine migrations