class AddIndexCreatedCommitLogs < ActiveRecord::Migration[5.2]
def change
add_index :commit_logs, :created_at
end