diff --git a/db/docs/evidences.yml b/db/docs/evidences.yml index cb75baf5e8c6c4189d5c87e37395d7eaee74714a..6503f541fa7d9f6f370016fc5a0d5c9bd3afdcb4 100644 --- a/db/docs/evidences.yml +++ b/db/docs/evidences.yml @@ -8,6 +8,6 @@ description: https://docs.gitlab.com/ee/user/project/releases/#release-evidence introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/17217 milestone: '12.4' gitlab_schema: gitlab_main_org -table_size: small +table_size: medium sharding_key: project_id: projects diff --git a/db/docs/notes_archived.yml b/db/docs/notes_archived.yml index 5799a91825f6cc6118eb32ce6f8ef759621691b0..35ab53e3a148eda00596ceecd957ebd967f5ae4e 100644 --- a/db/docs/notes_archived.yml +++ b/db/docs/notes_archived.yml @@ -9,3 +9,4 @@ description: Temporary archive table for orphaned notes during namespace_id back introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/201253 milestone: '18.4' gitlab_schema: gitlab_main_org +table_size: small diff --git a/db/docs/oauth_access_grant_archived_records.yml b/db/docs/oauth_access_grant_archived_records.yml index 41286fff526da7c9112ffb20193a342bea4e2770..939334ff7a2794f1159413597d4070b80f73d89e 100644 --- a/db/docs/oauth_access_grant_archived_records.yml +++ b/db/docs/oauth_access_grant_archived_records.yml @@ -1,7 +1,7 @@ --- table_name: oauth_access_grant_archived_records feature_categories: - - system_access +- system_access description: | Temporary archive table for deleted `oauth_access_grants` records. Used as a safety net during `oauth_access_grants` retention policy implementation. @@ -16,4 +16,4 @@ sharding_key: notes: | Temporary table for archiving oauth access grants during retention implementation. Will be dropped after verification period. - +table_size: medium diff --git a/db/docs/oauth_access_grants.yml b/db/docs/oauth_access_grants.yml index 75024a16026ea739377b84d5f4fd8d7380679dd5..2b8cfb1c372dda2fd727afd70cf57c230b23a106 100644 --- a/db/docs/oauth_access_grants.yml +++ b/db/docs/oauth_access_grants.yml @@ -11,4 +11,4 @@ milestone: '7.7' gitlab_schema: gitlab_main_org sharding_key: organization_id: organizations -table_size: large +table_size: medium diff --git a/rubocop/rubocop-migrations.yml b/rubocop/rubocop-migrations.yml index d3da07e57a3085de1c197d3db144cd896224f259..9b1325a530c0a8d789504d8c8a110c85b6f12ce5 100644 --- a/rubocop/rubocop-migrations.yml +++ b/rubocop/rubocop-migrations.yml @@ -47,7 +47,6 @@ Migration/UpdateLargeTable: - :import_source_user_placeholder_references - :lfs_objects_projects - :namespaces - - :oauth_access_grants - :packages_package_files - :personal_access_tokens - :project_authorizations_for_migration