Releases: cakephp/migrations
Releases · cakephp/migrations
Migrations 4.9.4
What's Changed
- Fix small binary column creation by @markstory in #1000
Full Changelog: 4.9.3...4.9.4
Migrations 4.9.3
What's Changed
- Fix phinx backend using incorrect RollbackCommand class by @dereuromark in #991
Full Changelog: 4.9.2...4.9.3
Migrations 4.9.2
What's Changed
- Fix error running migrations with type
timestamptimezoneby @markstory in #979
Full Changelog: 4.9.1...4.9.2
Migrations 4.9.1
What's Changed
- Remove null collate option from generated migrations by @dereuromark in #975
Full Changelog: 4.9.0...4.9.1
Migrations 4.9.0
What's Changed
- Fix up default for sqlserver by @dereuromark in #930
- Fix snapshots for plugins. by @dereuromark in #949
- Fix null constraint columns in add-foreign-keys template by @dereuromark in #962
- Support baking references. by @dereuromark in #940
Full Changelog: 4.8.2...4.9.0
Migrations 4.8.2
What's Changed
- Fix up schema to only be configured if set by @dereuromark in #912
- Add cleanup option for status. by @dereuromark in #919
- Fix SQLite defaults for boolean type by @batopa in #922
- Fix up timestamp quoting issue. by @dereuromark in #923
Full Changelog: 4.8.1...4.8.2
Migrations 4.8.1
What's Changed
- Fix up blob columns. by @dereuromark in #913
- Allow default, not null, comment in enum type by @batopa in #916
New Contributors
Full Changelog: 4.8.0...4.8.1
Migrations 4.8.0
What's Changed
- Allow to generate snapshot/diff only. by @dereuromark in #878
- Only include plugin tables (with files) in diff. by @dereuromark in #879
- 4.next - Use cakephp type constants where possible by @markstory in #885
- Add docs for generate-only by @dereuromark in #894
- Add jsonb type shim for postgres adapter by @markstory in #898
- Fix incomplete tests by @markstory in #899
- Use line stripping tags in templates and reformat templates by @markstory in #900
- Minor improvement to help by @markstory in #902
- Add test and expand bake template docs by @markstory in #905
- Add deprecation for getDecoratedConnection() by @markstory in #908
- Add support for generating enum/set columns by @markstory in #910
Full Changelog: 4.7.2...4.8.0