Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20140117231056_normalize_collection_uuid.rb
index c28c26859f2fe14101960aed7910157156256099..b9e933e2bff83f20f5386071d52a0d9bfa698ec8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class NormalizeCollectionUuid < ActiveRecord::Migration
+class NormalizeCollectionUuid < ActiveRecord::Migration[4.2]
   def count_orphans
     %w(head tail).each do |ht|
       results = ActiveRecord::Base.connection.execute(<<-EOS)