Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 327 Bytes

CHANGELOG.md

File metadata and controls

15 lines (11 loc) · 327 Bytes

Changelog

1.0.2

  • [Enh] tecnocen\migrate\CreateViewMigration to create migrations using yii\db\Query instances.

1.0.1

  • [Enh] CreateTableMigration::foreignKeys() accepts string values and sourceColumn index for arrays which will contain columns to be used for multi-column foreign keys.