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
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-04-06 01:53:57 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2017-04-06 01:53:57 +0300
commit9997c58fc0db6469cde1a21428e050aa7b550a9a (patch)
treec43d6edeb2a764f1b046270d343477369977c6ce /db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb
parentd9aca741155f456711e37ea68a28a46d349af698 (diff)
Add remove_concurrent_index to database helper
Diffstat (limited to 'db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb')
-rw-r--r--db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb b/db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb
index 2977917f2d1..7d39c2ae626 100644
--- a/db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb
+++ b/db/migrate/20161206153749_remove_uniq_path_index_from_namespace.rb
@@ -1,6 +1,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
+# rubocop:disable RemoveIndex
class RemoveUniqPathIndexFromNamespace < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers