From 286fe61013674fe2d245ffc8d2233baf09923e70 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 13 Mar 2020 12:09:22 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index ca12b77bd2e..0b261a2461d 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -2829,7 +2829,7 @@ ActiveRecord::Schema.define(version: 2020_03_11_165635) do t.boolean "resolved_by_push" t.bigint "review_id" t.boolean "confidential" - t.index ["author_id"], name: "index_notes_on_author_id" + t.index ["author_id", "created_at"], name: "index_notes_on_author_id_and_created_at" t.index ["commit_id"], name: "index_notes_on_commit_id" t.index ["created_at"], name: "index_notes_on_created_at" t.index ["discussion_id"], name: "index_notes_on_discussion_id" -- cgit v1.2.3