Skip to content

5.2.2

Latest

Choose a tag to compare

@dereuromark dereuromark released this 03 Jul 08:17
46bab41

Fixes

  • Do not auto-increment composite primary key columns in bake migration. Baking a join-table migration with a composite integer primary key (e.g. article_id:integer:primary tag_id:integer:primary) generated autoIncrement on both columns, which MySQL rejects. Now autoIncrement is only emitted for a single integer primary key. (#1095)

Full Changelog: 5.2.1...5.2.2