X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e350e7a5a074d6666f60b0a1789dce8da3037d8f..88bb9b9fc4392f4a3514ae59e3ffd454d3ce90a8:/services/api/db/migrate/20140924091559_add_job_uuid_to_nodes.rb diff --git a/services/api/db/migrate/20140924091559_add_job_uuid_to_nodes.rb b/services/api/db/migrate/20140924091559_add_job_uuid_to_nodes.rb index d8ec20f21b..e7876c68b2 100644 --- a/services/api/db/migrate/20140924091559_add_job_uuid_to_nodes.rb +++ b/services/api/db/migrate/20140924091559_add_job_uuid_to_nodes.rb @@ -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