8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20130724153034_add_scopes_to_api_client_authorizations.rb
1 class AddScopesToApiClientAuthorizations < ActiveRecord::Migration
2   def change
3     add_column :api_client_authorizations, :scopes, :text, :null => false, :default => ['all'].to_yaml
4   end
5 end