Merge branch 'master' into 14873-api-rails5-upgrade
[arvados.git] / services / api / db / migrate / 20180820130357_add_pdh_and_trash_index_to_collections.rb
index 8d1cdf39b3b9f96fea08abc05f119de7baf6700e..28bbf5f4872c180fb454e9add4ec493d614f9a0b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddPdhAndTrashIndexToCollections < ActiveRecord::Migration
+class AddPdhAndTrashIndexToCollections < ActiveRecord::Migration[4.2]
   def change
     add_index :collections, [:portable_data_hash, :trash_at]
   end