X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..063eb858429a7472c888261d0512fd960e92b7ae:/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb?ds=sidebyside diff --git a/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb b/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb index 6cf3133f3a..09e2ce1382 100644 --- a/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb +++ b/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddDescriptionToPipelineTemplates < ActiveRecord::Migration def change add_column :pipeline_templates, :description, :text