Skip to content
代码片段 群组 项目
提交 6d92cdfe 编辑于 作者: Patrick Bair's avatar Patrick Bair
浏览文件

Merge branch 'fix-migrations-typo-in-batched-background-migrations-doc' into 'master'

Fix typo in batched background migration docs

See merge request gitlab-org/gitlab!85567
No related branches found
No related tags found
无相关合并请求
......@@ -203,7 +203,7 @@ do this work in a regular migration.
def up
queue_batched_background_migration(
MIGRATION,
:migrations,
:integrations,
:id,
job_interval: DELAY_INTERVAL
)
......@@ -211,7 +211,7 @@ do this work in a regular migration.
def down
Gitlab::Database::BackgroundMigration::BatchedMigration
.for_configuration(MIGRATION, :migrations, :id, []).delete_all
.for_configuration(MIGRATION, :integrations, :id, []).delete_all
end
end
```
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册