Show More
Commit Description:
added test pair assignment, requests new input, downloads input
Commit Description:
added test pair assignment, requests new input, downloads input
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20100118160800_add_number_to_test_pair.rb
| 9 lines
| 188 B
| text/x-ruby
| RubyLexer
|
|
r213 | class AddNumberToTestPair < ActiveRecord::Migration | ||
def self.up | ||||
add_column 'test_pairs', 'number', :integer | ||||
end | ||||
def self.down | ||||
remove_column 'test_pairs', 'number' | ||||
end | ||||
end | ||||