Commit c1f51655 authored by Mehmet Beydogan's avatar Mehmet Beydogan Committed by Robert Speicher

Add index to issues due date

parent c6be4ec5
class AddIndexToIssuesDueDate < ActiveRecord::Migration
def change
add_index :issues, :due_date
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment