plentz / lol_dba

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

Fixed running of rake db:migrate_sql #99

Closed skunkworker closed 5 years ago

skunkworker commented 6 years ago

This fixes running rake db:migrate_sql.

plentz commented 5 years ago

Thanks!