4.3.1
- Fixed order in which updating statements are rendered in the migration.
- Used
safeUp()
instead ofup()
andsafeDown()
instead ofdown()
in the migration template to match changes in default Yii behavior.
Thank you, @naduvko for reporting these.