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

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

class ScheduleMergeRequestDiffUsersBackgroundMigration < ActiveRecord::Migration[6.1]
  def up
    # no-op
  end

  def down
    # no-op
  end
end