amatriain/feedbunch

View on GitHub
FeedBunch-app/db/migrate/20140523172330_add_created_at_index_to_subscribe_job_states.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddCreatedAtIndexToSubscribeJobStates < ActiveRecord::Migration[5.2]
  def change
    add_index :subscribe_job_states, [:created_at], name: 'index_subscribe_job_states_on_created_at'
  end
end