X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..2bd1ff1d4885786bf3ed838bcefb7198fcab6bc7:/services/api/db/migrate/20130319194637_rename_pipelines_to_pipeline_templates.rb diff --git a/services/api/db/migrate/20130319194637_rename_pipelines_to_pipeline_templates.rb b/services/api/db/migrate/20130319194637_rename_pipelines_to_pipeline_templates.rb index 006b7537b2..012a86a2b4 100644 --- a/services/api/db/migrate/20130319194637_rename_pipelines_to_pipeline_templates.rb +++ b/services/api/db/migrate/20130319194637_rename_pipelines_to_pipeline_templates.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class RenamePipelinesToPipelineTemplates < ActiveRecord::Migration def up rename_column :pipeline_instances, :pipeline_uuid, :pipeline_template_uuid