summaryrefslogtreecommitdiff
path: root/spec/db/schema_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-28 00:12:20 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-28 00:12:20 +0000
commite74c47fb1bd1c137145e19143b0f77cf420990f4 (patch)
tree1ea75375e2d46a0fcc107c336759454c24a332e4 /spec/db/schema_spec.rb
parente49c47d3bc5603e8e9d6ad40fc7fccae9f885843 (diff)
downloadgitlab-ce-e74c47fb1bd1c137145e19143b0f77cf420990f4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/db/schema_spec.rb')
-rw-r--r--spec/db/schema_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb
index 2b70dc4766d..f3e109b446d 100644
--- a/spec/db/schema_spec.rb
+++ b/spec/db/schema_spec.rb
@@ -126,6 +126,7 @@ RSpec.describe 'Database schema', feature_category: :database do
# See: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87584
# Fixes performance issues with the deletion of web-hooks with many log entries
web_hook_logs: %w[web_hook_id],
+ webauthn_registrations: %w[u2f_registration_id], # this column will be dropped
ml_candidates: %w[internal_id]
}.with_indifferent_access.freeze