mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 17:08:32 +00:00
15 lines
393 B
YAML
15 lines
393 B
YAML
---
|
|
table_name: namespaces_sync_events
|
|
classes:
|
|
- Namespaces::SyncEvent
|
|
feature_categories:
|
|
- cell
|
|
description: Used as a queue of data that needs to be synchronized between the `ci`
|
|
and `main` database
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75517
|
|
milestone: '14.6'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
namespace_id: namespaces
|
|
table_size: small
|