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
2022-06-07 11:08:12 -04:00
HighTrafficTables : &high_traffic_tables # size in GB (>= 10 GB on GitLab.com as of 06/2022) and/or number of records
- : alert_management_alerts
- : approval_merge_request_rules_users
2020-06-05 17:08:27 -04:00
- : audit_events
2022-06-07 11:08:12 -04:00
- : authentication_events
- : ci_build_needs
- : ci_build_report_results
2020-06-05 17:08:27 -04:00
- : ci_builds
- : ci_builds_metadata
2022-06-07 11:08:12 -04:00
- : ci_build_trace_metadata
2020-06-05 17:08:27 -04:00
- : ci_job_artifacts
2022-06-07 11:08:12 -04:00
- : ci_pipeline_messages
2020-06-05 17:08:27 -04:00
- : ci_pipelines
2022-06-07 11:08:12 -04:00
- : ci_pipelines_config
- : ci_pipeline_variables
2020-06-05 17:08:27 -04:00
- : ci_stages
- : deployments
2022-06-07 11:08:12 -04:00
- : description_versions
- : error_tracking_error_events
2020-06-05 17:08:27 -04:00
- : events
2020-08-30 20:10:37 -04:00
- : gitlab_subscriptions
2022-06-07 11:08:12 -04:00
- : gpg_signatures
2020-06-05 17:08:27 -04:00
- : issues
2022-06-07 11:08:12 -04:00
- : label_links
- : lfs_objects
- : lfs_objects_projects
2021-08-23 14:11:07 -04:00
- : members
2022-06-07 11:08:12 -04:00
- : merge_request_cleanup_schedules
2020-06-05 17:08:27 -04:00
- : merge_request_diff_commits
- : merge_request_diff_files
- : merge_request_diffs
- : merge_request_metrics
- : merge_requests
- : namespaces
2022-06-07 11:08:12 -04:00
- : namespace_settings
2020-06-05 17:08:27 -04:00
- : note_diff_files
- : notes
2022-06-07 11:08:12 -04:00
- : packages_package_files
2020-06-05 17:08:27 -04:00
- : project_authorizations
- : project_ci_cd_settings
2022-06-07 11:08:12 -04:00
- : project_daily_statistics
2020-06-05 17:08:27 -04:00
- : project_features
2022-06-07 11:08:12 -04:00
- : projects
- : project_settings
2021-02-18 19:11:06 -05:00
- : protected_branches
2020-06-05 17:08:27 -04:00
- : push_event_payloads
- : resource_label_events
2022-06-07 11:08:12 -04:00
- : resource_state_events
2020-06-05 17:08:27 -04:00
- : 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
2022-06-07 11:08:12 -04:00
- : uploads
2020-12-04 10:09:36 -05:00
- : user_details
2022-06-07 11:08:12 -04:00
- : user_preferences
- : users
- : vulnerabilities
- : vulnerability_occurrence_identifiers
- : vulnerability_occurrence_pipelines
2021-02-10 19:08:50 -05:00
- : vulnerability_occurrences
2022-06-07 11:08:12 -04:00
- : vulnerability_reads
2020-06-05 17:08:27 -04:00
- : web_hook_logs
DeniedMethods :
- : change_column_type_concurrently
- : rename_column_concurrently
- : update_column_in_batches