Show More
Commit Description:
added submission_status to store grading results, first page shows only unpassed problems.
Commit Description:
added submission_status to store grading results, first page shows only unpassed problems.
File last commit:
Show/Diff file:
Action:
db/migrate/20100118160800_add_number_to_test_pair.rb | 9 lines | 188 B | text/x-ruby | RubyLexer |
class AddNumberToTestPair < ActiveRecord::Migration
def self.up
add_column 'test_pairs', 'number', :integer
end
def self.down
remove_column 'test_pairs', 'number'
end
end