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

devops_adoption.rb « analytics « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed5a5b16a6ef5c8ca2ea1bde5a4680d59a782c7d (plain)
1
2
3
4
5
6
# frozen_string_literal: true
module Analytics::DevopsAdoption
  def self.table_name_prefix
    'analytics_devops_adoption_'
  end
end