summaryrefslogtreecommitdiff
path: root/db/post_migrate/20190918104222_schedule_productivity_analytics_backfill.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20190918104222_schedule_productivity_analytics_backfill.rb')
-rw-r--r--db/post_migrate/20190918104222_schedule_productivity_analytics_backfill.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/db/post_migrate/20190918104222_schedule_productivity_analytics_backfill.rb b/db/post_migrate/20190918104222_schedule_productivity_analytics_backfill.rb
deleted file mode 100644
index cd759735f00..00000000000
--- a/db/post_migrate/20190918104222_schedule_productivity_analytics_backfill.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-# frozen_string_literal: true
-
-class ScheduleProductivityAnalyticsBackfill < ActiveRecord::Migration[5.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def up
- # no-op since the migration was removed
- end
-
- def down
- # no-op
- end
-end