summaryrefslogtreecommitdiff
path: root/db/post_migrate/20210602164044_schedule_latest_pipeline_id_population.rb
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, 13 insertions, 0 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
new file mode 100644
index 00000000000..dfd2806fece
--- /dev/null
+++ b/db/post_migrate/20210602164044_schedule_latest_pipeline_id_population.rb
@@ -0,0 +1,13 @@
+# 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