Skip to content

Releases: odan/phinx-migrations-generator

2.1.1

22 May 20:45
Compare
Choose a tag to compare

Fixed

  • Fixed connection in combination with phinx TablePrefixAdapter #13

2.1.0: Merge pull request #12 from BLaDZer/master

06 May 13:18
Compare
Choose a tag to compare

Added

  • Support for limited indexes

2.0.0: Added support for alternative primary keys #9

02 May 21:20
Compare
Choose a tag to compare

Added

  • Support for alternative primary keys #9

Changed

  • Table create code
  • Table settings for collation, encoding and comment.
  • Column comment setting.

Fixed

  • Column comments

1.2.0

19 Apr 21:37
Compare
Choose a tag to compare

Added

  • Mark generated migration as completed. Fixed #8.

1.1.0

10 Apr 19:59
Compare
Choose a tag to compare

Added

  • Added --name and --overwrite options
  • Added classname validations

Changed

  • Changed output filename to lowercase (like phinx)

Use phinx configuration and environments

04 Apr 22:22
Compare
Choose a tag to compare

Breaking Changes

This new version uses the phinx configuration file. You don't need the extra config file anymore. Now the phinx-migrations-generator is some kind of a 'wrapper' for phinx and can run all other phinx commands too.

For more details see issue: #1

0.7.0

07 Mar 19:32
Compare
Choose a tag to compare

Added collation and encoding options for text and char columns

0.6.4

04 Mar 17:01
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

0.6.3

17 Feb 10:00
Compare
Choose a tag to compare
Fixed tests

0.6.2

31 Jan 06:30
Compare
Choose a tag to compare
Update README.md