X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..067a7263a97e1b4d96ee6572e79884bdcd937bbf:/services/api/db/migrate/20130319180730_rename_pipeline_invocation_to_pipeline_instance.rb?ds=sidebyside diff --git a/services/api/db/migrate/20130319180730_rename_pipeline_invocation_to_pipeline_instance.rb b/services/api/db/migrate/20130319180730_rename_pipeline_invocation_to_pipeline_instance.rb index 8299030dcf..61cc2778eb 100644 --- a/services/api/db/migrate/20130319180730_rename_pipeline_invocation_to_pipeline_instance.rb +++ b/services/api/db/migrate/20130319180730_rename_pipeline_invocation_to_pipeline_instance.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class RenamePipelineInvocationToPipelineInstance < ActiveRecord::Migration def up rename_table :pipeline_invocations, :pipeline_instances