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, 12 insertions, 0 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
new file mode 100644
index 00000000000..457e7826f38
--- /dev/null
+++ b/db/post_migrate/20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb
@@ -0,0 +1,12 @@
+# 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