Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20130123174514_add_uuid_index_to_users.rb
index 46d87c553deb7375649e44bfb16900f48f95312d..96b1769d1ceafae48f85de91ab24fdc44f5add00 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddUuidIndexToUsers < ActiveRecord::Migration
+class AddUuidIndexToUsers < ActiveRecord::Migration[4.2]
   def change
     add_index :users, :uuid, :unique => true
   end