summaryrefslogtreecommitdiff
path: root/db/migrate/20170313213916_add_index_to_user_ghost.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170313213916_add_index_to_user_ghost.rb')
-rw-r--r--db/migrate/20170313213916_add_index_to_user_ghost.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20170313213916_add_index_to_user_ghost.rb b/db/migrate/20170313213916_add_index_to_user_ghost.rb
index c429039c275..fe5847ed225 100644
--- a/db/migrate/20170313213916_add_index_to_user_ghost.rb
+++ b/db/migrate/20170313213916_add_index_to_user_ghost.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 AddIndexToUserGhost < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers