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

batched_background_migration_job_transition_logs.yml « docs « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6cca5f24d3970dbdd79b2c124b044494a36c903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
table_name: batched_background_migration_job_transition_logs
classes:
- Gitlab::Database::BackgroundMigration::BatchedJobTransitionLog
feature_categories:
- database
description: >-
  The batched_background_migration_job_transition_logs table stores information about the batched background migrations jobs transitions.
  Every time a batched background migrations job changes to a new state, the system records that information in this table.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75113
milestone: '14.8'
gitlab_schema: gitlab_shared