Populate organization_id for merge_request_diff_commit_users table
What does this MR do and why?
- This MR adds the required model changes to
MergeRequest::DiffCommitUsermodel class - Step 2 of this epic: Shard merge_request_diff_commit_users (&16677 - closed)
- Unblocks:
How to set up and validate locally
- Create a MR and push a commit
- Ensure that new entry gets created in
merge_request_diff_commit_userstable with the correctorganization_idvalue - Make sure diff commits are working as expected and new records have non-null value for
organization_id
Screenshots
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #517132 (closed)
Edited by Kinshuk Singh
