Skip to content

Draft: Deduplicate project_authorizations on (user_id, project_id)

What does this MR do and why?

Depends on !126814 (merged)

  • deduplicates project_authorizations over the (user_id, project_id) columns. Previously introduced by !82460 (merged), but here we retain the lowest access level during deduplication instead of the highest level.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #418205

Edited by Dominic Bauer

Merge request reports