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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-02 09:09:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-02 09:09:48 +0300
commitb3e13e0dfd7e26ed569aa9b46f4ec55b41a62411 (patch)
treecb7020c0b6a9917df0be74fe8925d314d048bf50 /app/models/analytics
parentd786065288786404ab802b15eadf3aa87183c2ff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/analytics')
-rw-r--r--app/models/analytics/usage_trends/measurement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/analytics/usage_trends/measurement.rb b/app/models/analytics/usage_trends/measurement.rb
index 46c5d56d210..02e239ca0ef 100644
--- a/app/models/analytics/usage_trends/measurement.rb
+++ b/app/models/analytics/usage_trends/measurement.rb
@@ -3,7 +3,7 @@
module Analytics
module UsageTrends
class Measurement < ApplicationRecord
- self.table_name = 'analytics_instance_statistics_measurements'
+ self.table_name = 'analytics_usage_trends_measurements'
enum identifier: {
projects: 1,