2754: Add migration missing from commit:fe84c84827af6092784408629e4cde0663fe6af8
[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