Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20170824202826_trashable_groups.rb
index 17fc31ff2d06a652e374875c73a067df44e15f69..81a4722652552a686c90da4921bf9e2ee72098b6 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class TrashableGroups < ActiveRecord::Migration
+class TrashableGroups < ActiveRecord::Migration[4.2]
   def up
     add_column :groups, :trash_at, :datetime
     add_index(:groups, :trash_at)