Show More
Commit Description:
updated graded_at fields for graded submissions
Commit Description:
updated graded_at fields for graded submissions
File last commit:
Show/Diff file:
Action:
db/migrate/20150128163722_add_is_private_to_test_pairs.rb | 5 lines | 129 B | text/x-ruby | RubyLexer |
class AddIsPrivateToTestPairs < ActiveRecord::Migration
def change
add_column :test_pairs, :is_private, :boolean
end
end