Fix RuboCop for removing index

This commit is contained in:
Sean McGivern 2017-04-06 12:47:40 +01:00
parent 8af788e085
commit 7f2a200838
1 changed files with 1 additions and 0 deletions

View File

@ -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 RemoveIndexForUsersCurrentSignInAt < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers