Add index to issues due date

This commit is contained in:
Mehmet Beydogan 2016-03-20 14:33:38 +02:00 committed by Robert Speicher
parent c6be4ec544
commit c1f51655a0

View file

@ -0,0 +1,5 @@
class AddIndexToIssuesDueDate < ActiveRecord::Migration
def change
add_index :issues, :due_date
end
end