Farmbot-Web-App/db/migrate/20180726145505_add_more_log...

8 lines
142 B
Ruby
Raw Permalink Normal View History

2018-07-26 09:12:28 -06:00
class AddMoreLogIndexes < ActiveRecord::Migration[5.2]
2019-11-07 12:35:10 -07:00
2018-07-26 09:12:28 -06:00
def change
add_index :logs, :updated_at
add_index :logs, :sent_at
2018-07-26 09:12:28 -06:00
end
end