summaryrefslogtreecommitdiff
path: root/db/migrate/20210507191949_add_remove_on_issue_close_to_labels.rb
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