debian-mirror-gitlab/db/migrate/20210507191949_add_remove_on_issue_close_to_labels.rb
2021-09-04 01:27:46 +05:30

12 lines
231 B
Ruby

# 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