You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `LolDba::IndexFinder` was iterating over all subclasses of `ActiveRecord::Base`, including abstract classes that don't have backing tables in the DB (namely ActionText and ActionMailbox).
This change simply omits abstract classes from the search for missing indices.
Resolvesplentz#146
I would love to use this gem but when I run
rake db:find_indexes
in my Rails 7 application I am getting:The text was updated successfully, but these errors were encountered: