14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20130128231343_add_properties_to_specimen.rb
index 78ba71e41ec28ed55ae5e48560139d9301e16980..36ef2f4b0b79e2ab0403cf185bd51c29ab9bfb76 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddPropertiesToSpecimen < ActiveRecord::Migration
+class AddPropertiesToSpecimen < ActiveRecord::Migration[4.2]
   def change
     add_column :specimens, :properties, :text
   end