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

alert_management.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0346b1f155f16b71b43a4b9537aa5ac3a4cdaab5 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module AlertManagement
  def self.table_name_prefix
    'alert_management_'
  end
end