mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
15 lines
374 B
YAML
15 lines
374 B
YAML
---
|
|
table_name: wiki_page_meta
|
|
classes:
|
|
- WikiPage::Meta
|
|
feature_categories:
|
|
- wiki
|
|
description: Used to record the metadata for wiki pages when we create events.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26529
|
|
milestone: '13.0'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
project_id: projects
|
|
namespace_id: namespaces
|
|
table_size: small
|