8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20170419173712_add_object_owner_index_to_logs.rb
1 class AddObjectOwnerIndexToLogs < ActiveRecord::Migration
2   def change
3     add_index :logs, :object_owner_uuid
4   end
5 end