summaryrefslogtreecommitdiff
path: root/db/post_migrate/20210526222715_backfill_draft_status_on_merge_requests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20210526222715_backfill_draft_status_on_merge_requests.rb')
-rw-r--r--db/post_migrate/20210526222715_backfill_draft_status_on_merge_requests.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/db/post_migrate/20210526222715_backfill_draft_status_on_merge_requests.rb b/db/post_migrate/20210526222715_backfill_draft_status_on_merge_requests.rb
deleted file mode 100644
index 8ff0e306ad5..00000000000
--- a/db/post_migrate/20210526222715_backfill_draft_status_on_merge_requests.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-# frozen_string_literal: true
-
-class BackfillDraftStatusOnMergeRequests < ActiveRecord::Migration[6.0]
- # include Gitlab::Database::MigrationHelpers
-
- # Marking these as no-op as the original contents caused timeouts on
- # staging. Removing the code here per
- # #https://docs.gitlab.com/ee/development/deleting_migrations.html#how-to-disable-a-data-migration
- # =>
- def up
- # no-op
- end
-
- def down
- # no-op
- end
-end