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/db
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-04-06 14:47:40 +0300
committerSean McGivern <sean@gitlab.com>2017-04-06 14:47:40 +0300
commit7f2a2008389e09a0abf163e0ff67d672ef74df27 (patch)
treeb46e830c2675ac446130d870f34397ae2e736aba /db
parent8af788e08587905bfa3455a06832ade4b3ef15c1 (diff)
Fix RuboCop for removing index
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20170402231018_remove_index_for_users_current_sign_in_at.rb1
1 files changed, 1 insertions, 0 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 8316ee9eb9f..0237c3189a5 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,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