X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..eb8307817db46d208c5c3517dbeafbc5b02a6f5f:/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