8784: Fix test for latest firefox.
[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