Merge branch '14873-api-rails5-upgrade'
[arvados.git] / services / api / db / migrate / 20130627154537_create_traits.rb
index 6dc677d26b77ce65290b5f894cf0009ea6fc9984..d1491377d4220b6265e51e22e00223f0f3980cba 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class CreateTraits < ActiveRecord::Migration
+class CreateTraits < ActiveRecord::Migration[4.2]
   def change
     create_table :traits do |t|
       t.string :uuid, :null => false