Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/postgres_async_foreign_key_validations.yml')
-rw-r--r--db/docs/postgres_async_foreign_key_validations.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/db/docs/postgres_async_foreign_key_validations.yml b/db/docs/postgres_async_foreign_key_validations.yml
new file mode 100644
index 00000000000..0b9608a3ace
--- /dev/null
+++ b/db/docs/postgres_async_foreign_key_validations.yml
@@ -0,0 +1,11 @@
+---
+table_name: postgres_async_foreign_key_validations
+classes:
+- Gitlab::Database::AsyncForeignKeys::PostgresAsyncForeignKeyValidation
+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