lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
1.59k
stars
69
forks
source link
Unresolved specs warning and show nothing in Rails 5.1 #93
When trying to run
lol_dba db:find_indexes
and the following warning is displayed but nothing related to keys are present.Does anyone know how to solve this?