summaryrefslogtreecommitdiff
path: root/db/migrate/20181119132520_add_indexes_to_ci_builds_and_pipelines.rb
Commit message (Collapse)AuthorAgeFilesLines
* ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for ↵Jasper Maes2019-01-051-1/+1
| | | | AddIndexesToCiBuildsAndPipelines
* Add specific index namesab-50763-persist-indexAndreas Brandl2019-01-031-4/+29
| | | | | This is useful to distinguish any other indexes on the same columns but with different conditions and/or sorting.
* Add specific indexes for CIAndreas Brandl2019-01-031-0/+19
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.