projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '9783-cwl-error-invalid-dir' closes #9783
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20131007180607_rename_resource_limits_to_runtime_constraints.rb
1
class RenameResourceLimitsToRuntimeConstraints < ActiveRecord::Migration
2
def change
3
rename_column :jobs, :resource_limits, :runtime_constraints
4
end
5
end