Move some tables to gitlab_main_cell schema
requested to merge 2-428600-cells-iteration-3-assign-gitlab-schemas-to-all-tables-touched-on-creating-a-project-within-a into master
What does this MR do and why?
From #428600 (closed)
This MR moves 10 tables associated with projects
or namespaces
to gitlab_main_cell
schema, as projects
/namespaces
are supposed to be cell-local data.
None of the specs failed after making this change, so it turns out that no cross-join queries, cross foreign keys or transactions exist between these tables and any tables currently on the gitlab_main_clusterwide
schema.
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #428600 (closed)
Edited by Manoj M J