Skip to content

Releases: bizley/yii2-migration

2.9.5

19 Apr 06:59
a4dc629
Compare
Choose a tag to compare
  • TableColumn::removePKAppend() is returning original append value when its column is not a part of primary key and in other case the value of append is not uppercased anymore.
  • New protected property workingNamespace introduced to store the value of current namespace to be applied for fixing migration history.
  • Dummy migration instance is configured now with cloned DB component.

4.0.0-RC1

18 Apr 17:12
66c6271
Compare
Choose a tag to compare
4.0.0-RC1 Pre-release
Pre-release

Version 4 RC1 🎉

  • Code has been refactored.
  • Support for v2 and v3 is dropped (unless serious bug is reported).
  • Updater can now arrange tables in proper order and generate postponed foreign keys (like Generator).
  • Updating migrations are now properly generated with contents of down() method.
  • Code coverage 100%.
  • PHPStan level 8 tested.
  • See Migrating to version 4.0 for migrating guide.

Stable version is scheduled for release May 1, 2020 (unless some bugs still will be there).

Please test it and let me know if anything is wrong 🙏

3.6.4

18 Dec 19:31
fbcaf8d
Compare
Choose a tag to compare
  • Fixed bug with DATETIME, TIME, and TIMESTAMP columns being stripped of microseconds part in MySQL >= 5.6.4.
  • Fixed bug with default expression CURRENT_TIMESTAMP(x) not being recognized properly.

2.9.4

18 Dec 19:31
ec30d17
Compare
Choose a tag to compare
  • Fixed bug with DATETIME, TIME, and TIMESTAMP columns being stripped of microseconds part in MySQL >= 5.6.4.
  • Fixed bug with default expression CURRENT_TIMESTAMP(x) not being recognized properly.

3.6.3

01 Nov 13:18
2cf346c
Compare
Choose a tag to compare

Fixed bug with missing line breaks in foreign key migration view file.

2.9.3

01 Nov 13:18
a9ed184
Compare
Choose a tag to compare

Fixed bug with missing line breaks in foreign key migration view file.

3.6.2

10 Oct 20:23
0a4c125
Compare
Choose a tag to compare

Fixed bug with updates being generated with generalSchema=0 for migration created with generalSchema=1 even though table has not changed.

3.6.1

10 Oct 09:39
f726891
Compare
Choose a tag to compare

Fixed bug with normalizing migrations namespaces.

2.9.2

10 Oct 20:22
c95945b
Compare
Choose a tag to compare

Fixed bug with updates being generated with generalSchema=0 for migration created with generalSchema=1 even though table has not changed.

2.9.1

10 Oct 09:39
5d42da1
Compare
Choose a tag to compare

Fixed bug with normalizing migrations namespaces.