Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-17 09:12:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-17 09:12:07 +0300
commit8624e54ae69729abf8664f1f1a57e90ee9ecab1a (patch)
tree5a582393864f83a1ae05b8c3cdcbc7e4de57f5b2 /spec/db/schema_spec.rb
parentf8edb3a740b9ba434489a50b69c2e765cecb24b0 (diff)
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, 0 insertions, 1 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb
index aebe13c39fe..521b4cd4002 100644
--- a/spec/db/schema_spec.rb
+++ b/spec/db/schema_spec.rb
@@ -66,7 +66,6 @@ RSpec.describe 'Database schema' do
oauth_access_grants: %w[resource_owner_id application_id],
oauth_access_tokens: %w[resource_owner_id application_id],
oauth_applications: %w[owner_id],
- open_project_tracker_data: %w[closed_status_id],
packages_build_infos: %w[pipeline_id],
packages_package_file_build_infos: %w[pipeline_id],
product_analytics_events_experimental: %w[event_id txn_id user_id],