Skip to content

Move some tables to gitlab_main_cell schema

What does this MR do and why?

From #428600 (closed)

This MR moves 4 tables associated with projects or namespaces to gitlab_main_cell schema, as projects/namespaces are supposed to be cell-local data.

  • 3️⃣ foreign keys violations have been found and marked for conversion to loose foreign key.
  • 1️⃣ cross-db join has been found and marked for removal.
  • 1️⃣ cross-db transaction has been found and marked for removal.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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

Edited by Manoj M J

Merge request reports