projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge master to output-tags branch and resolve conflict
[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