Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename migration to avoid conflicts #774

Merged
merged 1 commit into from
Aug 8, 2016

Conversation

arpitchauhan
Copy link
Contributor

The AddMissingIndexes migration conflicts with migrations in other
gem(s), eg spree 3.1. The name has been made more specific to avoid
such conflicts.

Fixes issue #773

The AddMissingIndexes migration conflicts with migrations in other
gem(s), eg spree 3.1. The name has been made more specific to avoid
such conflicts.
@seuros seuros merged commit 8fedee2 into mbleigh:master Aug 8, 2016
@arpitchauhan
Copy link
Contributor Author

arpitchauhan commented Aug 17, 2016

@seuros Hi, is it possible to make a new release 4.0.1 with this PR merged? That'll allow me to use 4.0.1 instead of pointing to master branch

@krzysiek1507
Copy link
Contributor

@arpitchauhan because file name is changed, rake railties:install:migrations will copy this migration, so we should check if the index exists.

@arpitchauhan
Copy link
Contributor Author

@krzysiek1507 indeed, I will make a new PR with that change.

@krzysiek1507
Copy link
Contributor

@arpitchauhan could you add it for all migrations with changed names?

@arpitchauhan
Copy link
Contributor Author

@krzysiek1507 @seuros I created #779

What other migrations have changed names?

@krzysiek1507
Copy link
Contributor

@arpitchauhan sorry, I've checked and this is only one. I thought there is more.

tekniklr pushed a commit to tekniklr/acts-as-taggable-on that referenced this pull request Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants