Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-05-03 22:00:52 +0300
committerMichael Kozono <mkozono@gmail.com>2017-05-05 22:12:48 +0300
commit03144e1c0f2ba41a7570850b69d5029bc2619fd2 (patch)
treed25fb8c0306b1a5c4a62ecdf94d1b4aefc15dbbe /lib/tasks
parent4da848ef28fb9ff247145670a107dff82c83b270 (diff)
Index redirect_routes path for LIKE
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/migrate/setup_postgresql.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/migrate/setup_postgresql.rake b/lib/tasks/migrate/setup_postgresql.rake
index 8938bc515f5..1e00b47303d 100644
--- a/lib/tasks/migrate/setup_postgresql.rake
+++ b/lib/tasks/migrate/setup_postgresql.rake
@@ -11,4 +11,5 @@ task setup_postgresql: :environment do
AddUsersLowerUsernameEmailIndexes.new.up
AddLowerPathIndexToRoutes.new.up
IndexRoutesPathForLike.new.up
+ IndexRedirectRoutesPathForLike.new.up
end