Releases: bizley/yii2-migration
Releases · bizley/yii2-migration
4.1.1
4.1.0
4.0.5
4.0.4
- Fixed bug with adding automatically index for foreign key for MySQL subjects even when explicit index has been added before.
- Fixed bug with referred table name in foreign key not being processed as raw name.
- Fixed bug with missing first order number in update migration files batch.
4.0.3
4.0.2
4.0.1
4.0.0
See Migrating to version 4.0 for migrating guide.
4.0.0-RC2
3.6.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.