Skip to content

Clean up `noteable_id` for notes on commits

Heinrich Lee Yu requested to merge 58612-clean-up-notes-data into master

What does this MR do?

Cleans up noteable_id for notes on commits.

This was set incorrectly by a bug in #54924 (closed)

This is a follow-up MR to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25278 which fixes the bug

This also adds a batch_size option to update_column_in_batches so that we can update in batches of 300. This is needed to prevent timeouts during update (#58612 (closed))

What are the relevant issue numbers?

Closes #58612 (closed)

Does this MR meet the acceptance criteria?

Edited by Heinrich Lee Yu

Merge request reports