mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
15 lines
386 B
YAML
15 lines
386 B
YAML
---
|
|
table_name: projects_visits
|
|
classes:
|
|
- Users::ProjectVisit
|
|
feature_categories:
|
|
- navigation
|
|
description: Tracks project visits so we can suggest projects that are recently and
|
|
frequently visited.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123554
|
|
milestone: '16.4'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
entity_id: projects
|
|
table_size: small
|