From 3e31cffa203fd718381421e8035f7161a9f0338e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 7 Mar 2020 00:08:25 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- db/schema.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index 8cfa949548f..b49c68458ca 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2020_03_04_160823) do +ActiveRecord::Schema.define(version: 2020_03_06_170531) do # These are extensions that must be enabled in order to support this database enable_extension "pg_trgm" @@ -4150,6 +4150,7 @@ ActiveRecord::Schema.define(version: 2020_03_04_160823) do t.integer "note_id" t.string "commit_id" t.integer "group_id" + t.index ["author_id", "created_at"], name: "index_todos_on_author_id_and_created_at" t.index ["author_id"], name: "index_todos_on_author_id" t.index ["commit_id"], name: "index_todos_on_commit_id" t.index ["group_id"], name: "index_todos_on_group_id" @@ -4540,6 +4541,7 @@ ActiveRecord::Schema.define(version: 2020_03_04_160823) do t.string "metadata_version", null: false t.text "raw_metadata", null: false t.bigint "vulnerability_id" + t.index ["id"], name: "undefined_vulnerabilities", where: "(severity = 0)" t.index ["primary_identifier_id"], name: "index_vulnerability_occurrences_on_primary_identifier_id" t.index ["project_id", "primary_identifier_id", "location_fingerprint", "scanner_id"], name: "index_vulnerability_occurrences_on_unique_keys", unique: true t.index ["scanner_id"], name: "index_vulnerability_occurrences_on_scanner_id" -- cgit v1.2.3