Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20180915155335_set_current_version_uuid_on_collections.rb
index b205eae89940459312a8afa607fa1218ed3a2865..4190f9ba8a4a5851e3249dd8ed8ebaf9b1683104 100644 (file)
@@ -1,4 +1,8 @@
-class SetCurrentVersionUuidOnCollections < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class SetCurrentVersionUuidOnCollections < ActiveRecord::Migration[4.2]
   def up
     # Set the current version uuid as itself
     Collection.where(current_version_uuid: nil).update_all("current_version_uuid=uuid")