diff options
author | Sean Carroll <scarroll@gitlab.com> | 2019-08-19 16:55:37 +0200 |
---|---|---|
committer | Sean Carroll <scarroll@gitlab.com> | 2019-08-23 16:54:14 +0200 |
commit | 2f3c693fe0153f4090c21f1546d6d4ef459168a9 (patch) | |
tree | 74e9d3fe9b18e271922b90e9b5f90bc009920cf0 | |
parent | 35556172c2b96b572795cb2c7c614b71d6f38641 (diff) | |
download | gitlab-ce-55360-redundant-index-in-the-releases-table_v2.tar.gz |
Rebase against master55360-redundant-index-in-the-releases-table_v2
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb index 35a5f66ed75..944d23e5365 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -2793,7 +2793,6 @@ ActiveRecord::Schema.define(version: 2019_08_15_093949) do t.boolean "service_desk_enabled", default: true t.integer "approvals_before_merge", default: 0, null: false t.boolean "emails_disabled" - t.index "lower((name)::text)", name: "index_projects_on_lower_name" t.index ["archived", "pending_delete", "merge_requests_require_code_owner_approval"], name: "projects_requiring_code_owner_approval", where: "((pending_delete = false) AND (archived = false) AND (merge_requests_require_code_owner_approval = true))" t.index ["created_at"], name: "index_projects_on_created_at" t.index ["creator_id"], name: "index_projects_on_creator_id" @@ -2988,7 +2987,6 @@ ActiveRecord::Schema.define(version: 2019_08_15_093949) do t.string "path", null: false t.datetime "created_at", null: false t.datetime "updated_at", null: false - t.index "lower((path)::text) varchar_pattern_ops", name: "index_redirect_routes_on_path_unique_text_pattern_ops", unique: true t.index ["path"], name: "index_redirect_routes_on_path", unique: true t.index ["source_type", "source_id"], name: "index_redirect_routes_on_source_type_and_source_id" end @@ -3513,7 +3511,6 @@ ActiveRecord::Schema.define(version: 2019_08_15_093949) do t.text "note" t.integer "roadmap_layout", limit: 2 t.integer "bot_type", limit: 2 - t.index "lower((name)::text)", name: "index_on_users_name_lower" t.index ["accepted_term_id"], name: "index_users_on_accepted_term_id" t.index ["admin"], name: "index_users_on_admin" t.index ["bot_type"], name: "index_users_on_bot_type" |