mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
15 lines
403 B
YAML
15 lines
403 B
YAML
---
|
|
table_name: p_ci_job_annotations
|
|
classes:
|
|
- Ci::JobAnnotation
|
|
feature_categories:
|
|
- job_artifacts
|
|
description: Stores user provided annotations for jobs. Currently storing extra information
|
|
for a given job feed by API.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/117319
|
|
milestone: '16.1'
|
|
gitlab_schema: gitlab_ci
|
|
sharding_key:
|
|
project_id: projects
|
|
table_size: small
|