projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11308: Merge branch 'master' into 11308-python3
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20160506175108_add_auths_to_container.rb
1
class AddAuthsToContainer < ActiveRecord::Migration
2
def change
3
add_column :containers, :auth_uuid, :string
4
add_column :containers, :locked_by_uuid, :string
5
end
6
end