Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20140407184311_rename_log_info_to_properties.rb
index 3d93ce538abfa6d506684be2e203b30d04b7bd5b..35fabeacb5e8ac13987e0f6811eebdbd7c72f276 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class RenameLogInfoToProperties < ActiveRecord::Migration
+class RenameLogInfoToProperties < ActiveRecord::Migration[4.2]
   def change
     rename_column :logs, :info, :properties
   end