summaryrefslogtreecommitdiff
path: root/db/migrate/20151020145526_add_services_template_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 services.templateYorick Peterse2015-10-291-0/+5
This column is queried when creating a new project, without an index this query would lead to a sequence scan.