projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '14383-java-sdk-double-slash'. Fixes #14383.
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20181011184200_add_runtime_token_to_container.rb
1
class AddRuntimeTokenToContainer < ActiveRecord::Migration
2
def change
3
add_column :containers, :runtime_token, :text, :null => true
4
end
5
end