mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
23 lines
614 B
YAML
23 lines
614 B
YAML
---
|
|
table_name: push_event_payloads
|
|
classes:
|
|
- PushEventPayload
|
|
feature_categories:
|
|
- source_code_management
|
|
description: Stores log of push events
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/12463
|
|
milestone: '9.5'
|
|
gitlab_schema: gitlab_main_cell
|
|
table_size: over_limit
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: event_id
|
|
table: events
|
|
table_primary_key: id
|
|
sharding_key: project_id
|
|
belongs_to: event
|
|
desired_sharding_key_migration_job_name: BackfillPushEventPayloadsProjectId
|