Releases: bizley/yii2-migration
Releases · bizley/yii2-migration
2.9.5
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
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 🙏