projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '13006-api-is_a-filter' into 13006-sync-groups-is_a-filter
[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