mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
17 lines
404 B
YAML
17 lines
404 B
YAML
---
|
|
table_name: dependency_list_export_uploads
|
|
classes:
|
|
- Dependencies::DependencyListExport
|
|
- Upload
|
|
feature_categories:
|
|
- dependency_management
|
|
description: Stores uploads for Dependencies::DependencyListExport model
|
|
introduced_by_url:
|
|
milestone: '17.11'
|
|
table_size: small
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
organization_id: organizations
|
|
namespace_id: namespaces
|
|
project_id: projects
|