2022-06-21 17:19:12 +05:30
|
|
|
---
|
|
|
|
table_name: background_migration_jobs
|
|
|
|
classes:
|
|
|
|
- Gitlab::Database::BackgroundMigrationJob
|
|
|
|
feature_categories:
|
|
|
|
- database
|
2022-07-16 23:28:13 +05:30
|
|
|
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
|
2022-06-21 17:19:12 +05:30
|
|
|
milestone: '13.2'
|
2023-03-04 22:38:38 +05:30
|
|
|
gitlab_schema: gitlab_shared
|