Merge branch '5724-blob-signature-ttl' commit '6fc44a6' refs #5724
[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