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

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

module Analytics
  module CycleAnalytics
    def self.table_name_prefix
      'analytics_cycle_analytics_'
    end
  end
end