summaryrefslogtreecommitdiff
path: root/spec/db
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-07-03 13:01:05 +0800
committerjboyson1 <jboyson@gitlab.com>2019-08-01 16:00:36 -0500
commitd7e13579834f34a345081d1c62c97e37b7776406 (patch)
tree59fa0bbd4a17924264717bd7c517979e90ca76a9 /spec/db
parent52b857f119debb5a03c216c4199eb21a49d815b6 (diff)
downloadgitlab-ce-d7e13579834f34a345081d1c62c97e37b7776406.tar.gz
Add commit_id to draft_notes table
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14520
Diffstat (limited to 'spec/db')
-rw-r--r--spec/db/schema_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb
index 13fad1b6dc9..232890b1bba 100644
--- a/spec/db/schema_spec.rb
+++ b/spec/db/schema_spec.rb
@@ -27,7 +27,7 @@ describe 'Database schema' do
cluster_providers_gcp: %w[gcp_project_id operation_id],
deploy_keys_projects: %w[deploy_key_id],
deployments: %w[deployable_id environment_id user_id],
- draft_notes: %w[discussion_id],
+ draft_notes: %w[discussion_id commit_id],
emails: %w[user_id],
events: %w[target_id],
epics: %w[updated_by_id last_edited_by_id start_date_sourcing_milestone_id due_date_sourcing_milestone_id],