summaryrefslogtreecommitdiff
path: root/db/post_migrate/20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb')
-rw-r--r--db/post_migrate/20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/db/post_migrate/20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb b/db/post_migrate/20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb
deleted file mode 100644
index 457e7826f38..00000000000
--- a/db/post_migrate/20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# frozen_string_literal: true
-
-class ReScheduleLatestPipelineIdPopulationWithLogging < ActiveRecord::Migration[6.1]
- def up
- # no-op: The content of the migration has been moved to
- # `ReScheduleLatestPipelineIdPopulationWithAllSecurityRelatedArtifactTypes`.
- end
-
- def down
- # no-op
- end
-end