summaryrefslogtreecommitdiff
path: root/app/models/site_statistic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/site_statistic.rb')
-rw-r--r--app/models/site_statistic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/site_statistic.rb b/app/models/site_statistic.rb
index 48324570f0b..3a7912ed53a 100644
--- a/app/models/site_statistic.rb
+++ b/app/models/site_statistic.rb
@@ -4,7 +4,7 @@ class SiteStatistic < ActiveRecord::Base
# prevents the creation of multiple rows
default_value_for :id, 1
- COUNTER_ATTRIBUTES = %w(repositories_count wikis_count).freeze
+ COUNTER_ATTRIBUTES = %w(repositories_count).freeze
REQUIRED_SCHEMA_VERSION = 20180629153018
# Tracks specific attribute