summaryrefslogtreecommitdiff
path: root/db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb')
-rw-r--r--db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb b/db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb
index 84635fa39b9..42c90103262 100644
--- a/db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb
+++ b/db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb
@@ -1,7 +1,5 @@
# 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