mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
13 lines
437 B
YAML
13 lines
437 B
YAML
---
|
|
table_name: postgres_async_foreign_key_validations
|
|
classes:
|
|
- Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation
|
|
feature_categories:
|
|
- database
|
|
description: Contains a queue-like structure for database foreign key validations
|
|
scheduled to be executed asynchronously.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111293
|
|
milestone: '15.9'
|
|
gitlab_schema: gitlab_shared
|
|
table_size: small
|