X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..d0cdf85679a85998885c154d69dd317bd3396d7c:/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..eea3444bab 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,4 +1,8 @@ -class RenamePipelinesToPipelineTemplates < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class RenamePipelinesToPipelineTemplates < ActiveRecord::Migration[4.2] def up rename_column :pipeline_instances, :pipeline_uuid, :pipeline_template_uuid rename_table :pipelines, :pipeline_templates