Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130708182912_rename_job_foreign_uuid_attributes.rb
index b5c3396520527377a990619fdddbb4d80b625cc4..655fff77aa9edfd5aad38b778c01b564dbfe33d4 100644 (file)
@@ -1,4 +1,8 @@
-class RenameJobForeignUuidAttributes < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenameJobForeignUuidAttributes < ActiveRecord::Migration[4.2]
   def change
     rename_column :jobs, :cancelled_by_client, :cancelled_by_client_uuid
     rename_column :jobs, :cancelled_by_user, :cancelled_by_user_uuid