CakePHP Migrations 4.1.0
This release fixes dependencies after the invalid Phinx 2.0 release was rolled back and Phinx 0.15 released instead.
Along with Phinx support, this fixes and improves index generation that was hidden behind disabled tests. You can find more information on that here: #628.
What's Changed
- Support phinx 0.15 requirement by @othercorey in #638
- Support phinx 0.15.2 by @othercorey in #642
- 4.x - Fix snapshot migration tests and index generation by @ndm2 in #628
- #633 Quote schema for PostgreSQL in the CakeAdapter by @pabloelcolombiano in #635
- Fix MigrationHelper.php throwing Exception by @harikt in #639
- bake migration_diff now supports --source for multiple database configs by @telepathPiddlingAccent in #618
- 4.x - Fix diff baking tests. by @ndm2 in #644
New Contributors
- @telepathPiddlingAccent made their first contribution in #618
Full Changelog: 4.0.2...4.1.0