mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
14 lines
363 B
YAML
14 lines
363 B
YAML
---
|
|
table_name: ci_pipeline_chat_data
|
|
classes:
|
|
- Ci::PipelineChatData
|
|
feature_categories:
|
|
- continuous_integration
|
|
description: Stores information about a CI pipeline created via chatops
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/4466
|
|
milestone: '10.6'
|
|
gitlab_schema: gitlab_ci
|
|
sharding_key:
|
|
project_id: projects
|
|
table_size: small
|