projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11097: Merge branch 'master' into 11097-reuse-impure
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20130315213205_add_tasks_summary_to_jobs.rb
1
class AddTasksSummaryToJobs < ActiveRecord::Migration
2
def change
3
add_column :jobs, :tasks_summary, :text
4
end
5
end