summaryrefslogtreecommitdiff
path: root/db/migrate/20151109134526_add_issues_state_index.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* Added index on issues.stateYorick Peterse2015-11-191-0/+5
This field is queried when filtering issues and due to the lack of an index would end up triggering a sequence scan.