diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-05 18:53:22 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-05 18:53:22 +0000 |
commit | d33dad88a143e7f0dc495cb5bff45a558d5d81d9 (patch) | |
tree | a6c0dbb33237963e35f119363cfd3ff4694af892 /db/schema.rb | |
parent | c6d4449f33b57a90d78b3f739ccecc5ab8588e96 (diff) | |
parent | b47e666026c30dbfaa0012655bb01eb18d1c3a63 (diff) | |
download | gitlab-ce-d33dad88a143e7f0dc495cb5bff45a558d5d81d9.tar.gz |
Merge branch '48239-performance-info-ref' into 'master'
Performance tuning on Projects::GitHttpController#info_refs
Closes #48239
See merge request gitlab-org/gitlab-ce!22013
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 5ad8fb7c5a4..32d10e87e87 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1589,6 +1589,7 @@ ActiveRecord::Schema.define(version: 20181101144347) do t.datetime_with_timezone "created_at", null: false end + add_index "project_deploy_tokens", ["deploy_token_id"], name: "index_project_deploy_tokens_on_deploy_token_id", using: :btree add_index "project_deploy_tokens", ["project_id", "deploy_token_id"], name: "index_project_deploy_tokens_on_project_id_and_deploy_token_id", unique: true, using: :btree create_table "project_features", force: :cascade do |t| |