Skip to content

Commit

Permalink
Remove AddForeignKeyConstraintToActiveStorageAttachmentsForBlobId m…
Browse files Browse the repository at this point in the history
…igration

In rails#33419, we added this migration to
properly upgrade Active Storage from 5.2 to 6.0

On Rails 6.1 `rails app:update` shouldn't add this migration to users' app.

Note that, I've left implementation that makes `rails app:update` to generate
migrations for users' app that are in `activestorage/db/update_migrate/`
because we are likely to need it e.g.: rails#34935, rails#36835.
  • Loading branch information
bogdanvlviv committed Aug 12, 2019
1 parent 9a2e00e commit f2819f7
Showing 1 changed file with 0 additions and 9 deletions.

This file was deleted.

0 comments on commit f2819f7

Please sign in to comment.