Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20140924091559_add_job_uuid_to_nodes.rb
index d8ec20f21ba46a3bebaa3843b9b8a2466df95bcc..e7876c68b2e5f7ac2563cb8bd483767deb54c00a 100644 (file)
@@ -1,4 +1,8 @@
-class AddJobUuidToNodes < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddJobUuidToNodes < ActiveRecord::Migration[4.2]
   def up
     change_table :nodes do |t|
       t.column :job_uuid, :string