github cakephp/phinx 0.13.4

latest releases: 0.16.0, 0.15.5, 0.15.4...
17 months ago

Feature Flags

This release adds feature flags, which allows for toggling behavior of Phinx to better fit your workflow. Currently, there are two flags that opt out of breaking changes that were added in 0.13.0, namely allowing to restore behavior of having primary keys signed by default as well as making columns not null by default.

Fixes

  • Fix custom column types not working anymore by @ndm2 in #2156
  • Restored migration template method return types by @Bilge in #2160
  • Fix foreign key constraint violations on implicit table drops by @ndm2 in #2131
  • Add feature flags to disable some 0.13.0 breaking changes by @MasterOdin in #2159
  • Changed breakpoint column to disallow nulls again by @Bilge in #2162

Full Changelog: 0.13.3...0.13.4

Don't miss a new phinx release

NewReleases is sending notifications on new releases.