projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
4062: update python testing to handle the multiple fixture object creation, similar...
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20130122221616_add_modified_at_to_logs.rb
1
class AddModifiedAtToLogs < ActiveRecord::Migration
2
def change
3
add_column :logs, :modified_at, :datetime
4
end
5
end