X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..a7cdd1faaf1de132fa556944bc86831ebdfe8886:/services/api/db/migrate/20130319180730_rename_pipeline_invocation_to_pipeline_instance.rb 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 61cc2778eb..8ad26870bd 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 @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class RenamePipelineInvocationToPipelineInstance < ActiveRecord::Migration +class RenamePipelineInvocationToPipelineInstance < ActiveRecord::Migration[4.2] def up rename_table :pipeline_invocations, :pipeline_instances rename_index :pipeline_instances, :index_pipeline_invocations_on_created_at, :index_pipeline_instances_on_created_at