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

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

class ScheduleBackfillDraftColumnOnMergeRequestsRerun < ActiveRecord::Migration[6.1]
  def up
    # noop
    #
  end

  def down
    # noop
    #
  end
end