gitlab-org--gitlab-foss/db
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
..
fixtures Remove useless options from db/fixtures/development/17_cycle_analytics.rb 2017-03-20 14:47:50 +01:00
migrate Add LIKE index for routes.path 2017-03-21 11:49:24 +01:00
post_migrate Merge branch 'dz-improve-rename-projects-migration' into 'master' 2017-03-21 10:39:02 +00:00
schema.rb Add LIKE index for routes.path 2017-03-21 11:49:24 +01:00
seeds.rb init commit 2011-10-09 00:36:38 +03:00