8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20170328215436_add_portable_data_hash_index_to_collections.rb
1 class AddPortableDataHashIndexToCollections < ActiveRecord::Migration
2   def change
3     add_index :collections, :portable_data_hash
4   end
5 end