mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.97k stars 1.2k forks source link

Remove redundant indexes created by the default migration files #1092

Open JewelSam opened 1 year ago

JewelSam commented 1 year ago

Context Several redundant indexes are created by the default migration files generated Issue: https://github.com/mbleigh/acts-as-taggable-on/issues/1083

Solution