Commit 6d14bb12 authored by Alper Akgun's avatar Alper Akgun

Add gitlab_subscriptions to high traffic tables

parent a2662bf5
...@@ -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