Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130207195855_add_index_on_timestamps.rb
index dff67454c4a16d7fb6f3f7a965ed07e703b90ba9..a009db145955da5c792f4a13e3c6379792a416e3 100644 (file)
@@ -1,4 +1,8 @@
-class AddIndexOnTimestamps < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+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