Commit Graph

3 Commits

Author SHA1 Message Date
Jasper Maes 51934c412f ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines 2019-01-05 00:29:25 +01:00
Andreas Brandl 00b5026a9f
Add specific index names
This is useful to distinguish any other indexes on the same columns but
with different conditions and/or sorting.
2019-01-03 17:00:09 +01:00
Andreas Brandl 50f9817afb
Add specific indexes for CI
This adds specific indexes to speed up the query mentioned in
https://gitlab.com/gitlab-org/gitlab-ce/issues/50763 and to avoid
statement timeouts.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50763.
2019-01-03 15:12:49 +01:00