projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10383: Merge branch 'master' into 10383-arv-put-incremental-upload
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20161111143147_add_scheduling_parameters_to_container.rb
1
class AddSchedulingParametersToContainer < ActiveRecord::Migration
2
def change
3
add_column :containers, :scheduling_parameters, :text
4
add_column :container_requests, :scheduling_parameters, :text
5
end
6
end