2020-10-14 08:08:58 -04:00
# Make sure to update the docs if this file moves. Docs URL: https://docs.gitlab.com/ee/development/migration_style_guide.html#when-to-use-the-helper-method
2020-06-05 17:08:27 -04:00
Migration/UpdateLargeTable :
Enabled : true
2020-10-07 08:09:12 -04:00
HighTrafficTables : &high_traffic_tables # size in GB (>= 10 GB on GitLab.com as of 02/2020) and/or number of records
2020-06-05 17:08:27 -04:00
- : audit_events
- : ci_build_trace_sections
- : ci_builds
- : ci_builds_metadata
- : ci_job_artifacts
- : ci_pipeline_variables
- : ci_pipelines
- : ci_stages
- : deployments
- : events
2020-08-30 20:10:37 -04:00
- : gitlab_subscriptions
2020-06-05 17:08:27 -04:00
- : issues
2021-08-23 14:11:07 -04:00
- : members
2020-06-05 17:08:27 -04:00
- : merge_request_diff_commits
- : merge_request_diff_files
- : merge_request_diffs
- : merge_request_metrics
- : merge_requests
2021-03-31 20:09:32 -04:00
- : namespace_settings
2020-06-05 17:08:27 -04:00
- : namespaces
- : note_diff_files
- : notes
- : project_authorizations
- : projects
- : project_ci_cd_settings
2020-12-03 13:10:10 -05:00
- : project_settings
2020-06-05 17:08:27 -04:00
- : project_features
2021-02-18 19:11:06 -05:00
- : protected_branches
2020-06-05 17:08:27 -04:00
- : push_event_payloads
- : resource_label_events
- : routes
2020-10-27 17:08:45 -04:00
- : security_findings
2020-06-05 17:08:27 -04:00
- : sent_notifications
- : system_note_metadata
- : taggings
- : todos
- : users
2020-11-20 04:09:06 -05:00
- : user_preferences
2020-12-04 10:09:36 -05:00
- : user_details
2021-02-10 19:08:50 -05:00
- : vulnerability_occurrences
2020-06-05 17:08:27 -04:00
- : web_hook_logs
2021-06-25 11:08:34 -04:00
- : vulnerabilities
2020-06-05 17:08:27 -04:00
DeniedMethods :
- : change_column_type_concurrently
- : rename_column_concurrently
- : update_column_in_batches