Show More
Commit Description:
fix schema for source length to 1m
Commit Description:
fix schema for source length to 1m
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