Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20180913175443_add_version_info_to_collections.rb
index b5378d3a1f3ba0566282fb535abc8943a51bf48c..b5a8b7171830742c89b706cceaed858ff36e37a9 100644 (file)
@@ -1,4 +1,8 @@
-class AddVersionInfoToCollections < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddVersionInfoToCollections < ActiveRecord::Migration[4.2]
   def change
     # Do changes in bulk to save time on huge tables
     change_table :collections, :bulk => true do |t|