X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..865690034f9018fad10ebb701cb8bf2015511962:/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