Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20210602164044_schedule_latest_pipeline_id_population.rb')
-rw-r--r--db/post_migrate/20210602164044_schedule_latest_pipeline_id_population.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/db/post_migrate/20210602164044_schedule_latest_pipeline_id_population.rb b/db/post_migrate/20210602164044_schedule_latest_pipeline_id_population.rb
deleted file mode 100644
index dfd2806fece..00000000000
--- a/db/post_migrate/20210602164044_schedule_latest_pipeline_id_population.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# frozen_string_literal: true
-
-class ScheduleLatestPipelineIdPopulation < ActiveRecord::Migration[6.1]
- def up
- # no-op: This migration has been marked as no-op and replaced by
- # `ReScheduleLatestPipelineIdPopulation` as we've found some problems.
- # For more information: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65280
- end
-
- def down
- # no-op
- end
-end