Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130207195855_add_index_on_timestamps.rb
index 0a0154d46d6c2cd4568c488a7ab6eb037332120c..a009db145955da5c792f4a13e3c6379792a416e3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddIndexOnTimestamps < ActiveRecord::Migration
+class AddIndexOnTimestamps < ActiveRecord::Migration[4.2]
   def tables
     %w{api_clients collections jobs job_steps links logs nodes pipeline_invocations pipelines projects specimens users}
   end