Commit 9ab04f9b authored by Robert Speicher's avatar Robert Speicher

Merge branch '11477-remove-deprecated-event_log_count-field-geo' into 'master'

Remove deprecated event_log_count field

Closes #11477

See merge request gitlab-org/gitlab-ee!13090
parents fe23cfe7 2ff76041
...@@ -14,9 +14,7 @@ class GeoNodeStatus < ApplicationRecord ...@@ -14,9 +14,7 @@ class GeoNodeStatus < ApplicationRecord
attr_accessor :repository_verification_enabled attr_accessor :repository_verification_enabled
# Prometheus metrics, no need to store them in the database # Prometheus metrics, no need to store them in the database
# :event_log_count is deprecated and will be removed in 12.0 attr_accessor :event_log_max_id, :repository_created_max_id, :repository_updated_max_id,
attr_accessor :event_log_count, :event_log_max_id,
:repository_created_max_id, :repository_updated_max_id,
:repository_deleted_max_id, :repository_renamed_max_id, :repositories_changed_max_id, :repository_deleted_max_id, :repository_renamed_max_id, :repositories_changed_max_id,
:lfs_object_deleted_max_id, :job_artifact_deleted_max_id, :lfs_object_deleted_max_id, :job_artifact_deleted_max_id,
:lfs_objects_registry_count, :job_artifacts_registry_count, :attachments_registry_count, :lfs_objects_registry_count, :job_artifacts_registry_count, :attachments_registry_count,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment