Show More
Commit Description:
update to 3.1.0, update rdoc
Commit Description:
update to 3.1.0, update rdoc
File last commit:
Show/Diff file:
Action:
db/migrate/20170310110146_add_index_to_task.rb | 5 lines | 107 B | text/x-ruby | RubyLexer |
class AddIndexToTask < ActiveRecord::Migration
def change
add_index :tasks, :submission_id
end
end