X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a95f899d7ac84f29b3d019aa410d265bb40833e5..7e358c01226d55a44ca7b6224f9c33c38510572b:/services/api/db/migrate/20160324144017_add_components_to_job.rb?ds=sidebyside 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..99b24428f5 100644 --- a/services/api/db/migrate/20160324144017_add_components_to_job.rb +++ b/services/api/db/migrate/20160324144017_add_components_to_job.rb @@ -1,4 +1,8 @@ -class AddComponentsToJob < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddComponentsToJob < ActiveRecord::Migration[4.2] def up add_column :jobs, :components, :text end