X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c980683a243903babe9cc09cabc71e1c6229fef1..35bc168c5a98dbe3b97c4b3179b4834b78a5b72c:/services/api/db/migrate/20160324144017_add_components_to_job.rb diff --git a/services/api/db/migrate/20160324144017_add_components_to_job.rb b/services/api/db/migrate/20160324144017_add_components_to_job.rb index 9595d7f051..ea6ca6353e 100644 --- a/services/api/db/migrate/20160324144017_add_components_to_job.rb +++ b/services/api/db/migrate/20160324144017_add_components_to_job.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddComponentsToJob < ActiveRecord::Migration def up add_column :jobs, :components, :text