Show More
Commit Description:
updated graded_at fields for graded submissions
Commit Description:
updated graded_at fields for graded submissions
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20150129021221_add_output_to_submissions.rb
| 5 lines
| 122 B
| text/x-ruby
| RubyLexer
|
|
r383 | class AddOutputToSubmissions < ActiveRecord::Migration | ||
def change | ||||
add_column :submissions, :output, :text | ||||
end | ||||
end | ||||