Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20220621040800_backfill_imported_issue_search_data.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc7d0eb3a13e03c056ba60d6d928e3bc1803c7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

class BackfillImportedIssueSearchData < Gitlab::Database::Migration[2.0]
  def up
    # replaced by 20220707075300_reschedule_backfill_imported_issue_search_data.rb
  end

  def down
    # replaced by 20220707075300_reschedule_backfill_imported_issue_search_data.rb
  end
end