Commit f2d2ab55 authored by Tiger Watson's avatar Tiger Watson

Merge branch '241813-update-the-list-of-high-traffic-tables' into 'master'

Add gitlab_subscriptions to the list of high traffic tables

See merge request gitlab-org/gitlab!40696
parents c1e1970e 6d14bb12
...@@ -369,6 +369,7 @@ migration involves one of the high-traffic tables: ...@@ -369,6 +369,7 @@ migration involves one of the high-traffic tables:
- `users` - `users`
- `projects` - `projects`
- `namespaces` - `namespaces`
- `gitlab_subscriptions`
- `issues` - `issues`
- `merge_requests` - `merge_requests`
- `ci_pipelines` - `ci_pipelines`
......
...@@ -11,6 +11,7 @@ Migration/UpdateLargeTable: ...@@ -11,6 +11,7 @@ Migration/UpdateLargeTable:
- :ci_stages - :ci_stages
- :deployments - :deployments
- :events - :events
- :gitlab_subscriptions
- :issues - :issues
- :merge_request_diff_commits - :merge_request_diff_commits
- :merge_request_diff_files - :merge_request_diff_files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment