gregnavis / active_record_doctor

Identify database issues before they hit production.
MIT License
1.76k stars 55 forks source link

Fix `extraneous_indexes` for expression indexes #135

Closed fatkodima closed 1 year ago

fatkodima commented 1 year ago

ActiveRecord returns columns for expression indexes as a string and columns.count raises an argument error, since is called on a string.

dogweather commented 1 year ago

Ping

dogweather commented 1 year ago

Thank you!