Skip to content
代码片段 群组 项目
提交 33d742e5 编辑于 作者: Dylan Griffith's avatar Dylan Griffith
浏览文件

Fix typo in batched background migration docs

上级 8dbf42f6
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.
先完成此消息的编辑!
想要评论请 注册