8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20170319063406_serialized_columns_accept_null.rb
1 class SerializedColumnsAcceptNull < ActiveRecord::Migration
2   def change
3     change_column :api_client_authorizations, :scopes, :text, null: true, default: '["all"]'
4   end
5 end