-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Fix tag normalization and migration not removing duplicate tags #11441
Conversation
EDIT: |
I applied this PR and ran
1813 and 1814 are as follows:
Postscript: I'm sorry, I remembered that I was deleting |
I have updated the migration to omit updating rows where a row with the canonical tag already exists. Can you please try again @mayaeh? |
Thank you! I will try now. |
db/migrate/20190726175042_add_case_insensitive_index_to_tags.rb
Outdated
Show resolved
Hide resolved
Errors still occur in my environment.
|
Sorry, I got confused about what |
Thank you! I will try now. |
The following error still occurred.
|
Yes, probably. Try to drop that index manually first. |
I ran
So I commented out this line ( Perhaps I think this error only happens to people running |
Fix #11428