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
path: root/spec/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-09 03:08:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-09 03:08:42 +0300
commitf0809fbc2c72869130134d829232153a2e8193c6 (patch)
treec1f6e9c100e9d57246144e5a8a140f44ed195ad5 /spec/db
parent459939f27fe77e90d7ba2b1d6c0aff59ff38e336 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/db')
-rw-r--r--spec/db/schema_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb
index ff39bf81d3f..69cd08d82e1 100644
--- a/spec/db/schema_spec.rb
+++ b/spec/db/schema_spec.rb
@@ -18,8 +18,8 @@ RSpec.describe 'Database schema' do
approvals: %w[user_id],
approver_groups: %w[target_id],
approvers: %w[target_id user_id],
- audit_events: %w[author_id entity_id],
- audit_events_part_5fc467ac26: %w[author_id entity_id],
+ audit_events: %w[author_id entity_id target_id],
+ audit_events_part_5fc467ac26: %w[author_id entity_id target_id],
award_emoji: %w[awardable_id user_id],
aws_roles: %w[role_external_id],
boards: %w[milestone_id],