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

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

class AddRemoveOnIssueCloseToLabels < ActiveRecord::Migration[6.0]
  # This migration was reverted in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62056

  def up
  end

  def down
  end
end