Show More
Commit Description:
problems sorted by update time
Commit Description:
problems sorted by update time
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20100210012432_add_timestamp_to_problems.rb
| 9 lines
| 193 B
| text/x-ruby
| RubyLexer
|
|
r258 | class AddTimestampToProblems < ActiveRecord::Migration | ||
def self.up | ||||
add_column :problems, :updated_at, :timestamp | ||||
end | ||||
def self.down | ||||
remove_column :problems, :updated_at | ||||
end | ||||
end | ||||