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

background_migration_jobs.yml « docs « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14903b74ce09d6939867ea5a321a1a7c57127cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
table_name: background_migration_jobs
classes:
- Gitlab::Database::BackgroundMigrationJob
feature_categories:
- database
description: >-
  The background_migration_jobs table stores information about the jobs processed during the execution of a background migration.
  See https://docs.gitlab.com/ee/development/database/background_migrations.html for more details.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35913
milestone: '13.2'
gitlab_schema: gitlab_shared