summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2018-08-08 13:18:37 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2018-08-08 13:18:37 +0000
commit6f21652f0b79a614ad809dc028aaa28aee16732e (patch)
tree591441e9db6047314918e4c9fc8d7b8fe30a880e /db/schema.rb
parent27f5efcfa50232cd2b81e3ced503adbf1bb8823c (diff)
parentdb0d75ea3e533dec746ee75c964ee4951d38761c (diff)
downloadgitlab-ce-6f21652f0b79a614ad809dc028aaa28aee16732e.tar.gz
Merge branch 'ci-builds-status-index' into 'master'
Remove redundant ci_builds (status) index See merge request gitlab-org/gitlab-ce!21070
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c132f787530..f1d8f4df3b7 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20180726172057) do
+ActiveRecord::Schema.define(version: 20180807153545) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -346,7 +346,6 @@ ActiveRecord::Schema.define(version: 20180726172057) do
add_index "ci_builds", ["stage_id", "stage_idx"], name: "tmp_build_stage_position_index", where: "(stage_idx IS NOT NULL)", using: :btree
add_index "ci_builds", ["stage_id"], name: "index_ci_builds_on_stage_id", using: :btree
add_index "ci_builds", ["status", "type", "runner_id"], name: "index_ci_builds_on_status_and_type_and_runner_id", using: :btree
- add_index "ci_builds", ["status"], name: "index_ci_builds_on_status", using: :btree
add_index "ci_builds", ["token"], name: "index_ci_builds_on_token", unique: true, using: :btree
add_index "ci_builds", ["updated_at"], name: "index_ci_builds_on_updated_at", using: :btree
add_index "ci_builds", ["user_id"], name: "index_ci_builds_on_user_id", using: :btree