projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 2272-setup-user-in-workbench
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20130523060213_add_qsequence_to_job_tasks.rb
1
class AddQsequenceToJobTasks < ActiveRecord::Migration
2
def change
3
add_column :job_tasks, :qsequence, :integer
4
end
5
end