Skip to content

Releases: odan/phinx-migrations-generator

2.6.2

23 May 17:13
Compare
Choose a tag to compare

Fixed

  • Fixed migration generation 'default_migration_table' setting. Thanks to @alex2005git

2.6.1

11 Apr 20:54
Compare
Choose a tag to compare
  • Optimized namespaces
  • Optimized test
  • Updated readme

2.6.0

14 Mar 22:43
Compare
Choose a tag to compare

Fixed

Changes

  • Updated coding styles
  • Updated build environment

2.5.0

26 Feb 17:16
Compare
Choose a tag to compare

New

  • Accept all column types
  • Add support for geospatial data types

Fixed

  • Fixed return type

Changes

  • Optimized tests

2.4.0

23 Feb 14:53
fa9ebd0
Compare
Choose a tag to compare
  • Update symfony/console requirement

2.3.1

25 Oct 11:01
Compare
Choose a tag to compare

Fixed

  • Fixed the default_migration_table setting

2.3.0

24 Oct 15:23
Compare
Choose a tag to compare

Added

  • Support for default_migration_table

2.2.0

16 Oct 12:22
Compare
Choose a tag to compare
  • Updated Phinx requirement version (^0.9)

2.1.4

20 Jun 20:07
Compare
Choose a tag to compare

Fixed

  • Fixed tables updates with special FK

Added

  • Detect changes for existing tables (like engine, character set, collation, ...)

2.1.2

03 Jun 13:18
Compare
Choose a tag to compare

Fixed

  • Fixed changeColumn error #14