Re-queue BackfillUserGroupMemberRoles

What does this MR do and why?

  • Follows from a background migration created in !200163 (merged)
  • The background migration failed for some records for two reasons
    • The user_id was null, which is the case for members that have been invited but have not accepted the invite
    • We have duplicate records for user, source in the members table because we don't have a unique index on them. I checked the records manually in the database and they have exactly the same data.
  • This MR fixes both the issue and re-queues the migration

How to set up and validate locally

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 #520189 (closed)

Edited by Hinam Mehra

Merge request reports

Loading