migrations icon indicating copy to clipboard operation
migrations copied to clipboard

The bake migration snapshot command does not include the index names in the migration snapshot.

Open kgbph opened this issue 3 years ago • 2 comments

This is a (multiple allowed):

  • [x] bug

  • [ ] enhancement

  • [ ] feature-discussion (RFC)

  • CakePHP Version: 4.2.6.

  • Migrations plugin version: 3.1.0.

  • Bake plugin version (if relevant): 2.5.1.

  • Database server (MySQL, SQLite, Postgres): MySQL 5.6

  • PHP Version: PHP 7.4

  • Platform / OS: Debian

What you did

I executed bin/cake bake migration_snapshot Initial against a database with named indexes.

Expected Behavior

The index names are present in the generated migration snapshot.

Actual Behavior

The index names were not present in the generated migration snapshot, although the indexes were present.

kgbph avatar Jun 02 '21 07:06 kgbph

PR open But we do need to have CI working again before we can continue.

dereuromark avatar Jun 02 '21 11:06 dereuromark

Re-open since PR is stale.

othercorey avatar Oct 28 '21 09:10 othercorey