diff options
Diffstat (limited to 'db/docs/background_migration_jobs.yml')
-rw-r--r-- | db/docs/background_migration_jobs.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/db/docs/background_migration_jobs.yml b/db/docs/background_migration_jobs.yml index a07e605210f..b0fd5b58d50 100644 --- a/db/docs/background_migration_jobs.yml +++ b/db/docs/background_migration_jobs.yml @@ -4,6 +4,8 @@ classes: - Gitlab::Database::BackgroundMigrationJob feature_categories: - database -description: TODO -introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/9af97ee69a36de1dc4e73f4030d6316d3f0a82c5 +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' |