gitlab-org--gitlab-foss/lib/tasks/migrate
Yorick Peterse 69af06dda6
Add LIKE index for routes.path
Nested groups support uses queries along the lines of `path LIKE 'X/%'`.
For these queries to use an index on PostgreSQL we need to use either
the varchar_pattern_ops or text_pattern_ops operator class.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29554
2017-03-21 11:49:24 +01:00
..
add_limits_mysql.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
migrate_iids.rake Don’t exclude some file in lib from rubocop 2017-02-23 09:32:42 -06:00
setup_postgresql.rake Add LIKE index for routes.path 2017-03-21 11:49:24 +01:00