mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
16 lines
498 B
YAML
16 lines
498 B
YAML
---
|
|
table_name: fork_networks
|
|
classes:
|
|
- ForkNetwork
|
|
feature_categories:
|
|
- 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'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
organization_id: organizations
|
|
table_size: small
|