projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 2272-setup-user-in-workbench
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20130617150007_add_is_trusted_to_api_clients.rb
1
class AddIsTrustedToApiClients < ActiveRecord::Migration
2
def change
3
add_column :api_clients, :is_trusted, :boolean, :default => false
4
end
5
end