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:
Diffstat (limited to 'db/docs/fork_networks.yml')
-rw-r--r--db/docs/fork_networks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/docs/fork_networks.yml b/db/docs/fork_networks.yml
index f0978b3fcc4..51123405baf 100644
--- a/db/docs/fork_networks.yml
+++ b/db/docs/fork_networks.yml
@@ -3,7 +3,7 @@ table_name: fork_networks
classes:
- ForkNetwork
feature_categories:
-- devops_reports
-description: TODO
+- source_code_management
+description: When a project is first forked, a row is created in this table. Also referenced by the fork_network_members table. This is used to know which projects can send merge reqeusts to each other.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/3098
milestone: '10.1'