Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20130107181109_add_uuid_to_collections.rb
index 614599bbf85c6519bfccd243b0e66f5f13df06c8..ee226394637740a760217124df556aea40effa1b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddUuidToCollections < ActiveRecord::Migration
+class AddUuidToCollections < ActiveRecord::Migration[4.2]
   def change
     add_column :collections, :uuid, :string
   end