summaryrefslogtreecommitdiff
path: root/db/migrate/20170210103609_add_index_to_user_agent_detail.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170210103609_add_index_to_user_agent_detail.rb')
-rw-r--r--db/migrate/20170210103609_add_index_to_user_agent_detail.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170210103609_add_index_to_user_agent_detail.rb b/db/migrate/20170210103609_add_index_to_user_agent_detail.rb
index ba4976a5ce8..a2d6528ea82 100644
--- a/db/migrate/20170210103609_add_index_to_user_agent_detail.rb
+++ b/db/migrate/20170210103609_add_index_to_user_agent_detail.rb
@@ -2,7 +2,7 @@
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
-class AddIndexToUserAgentDetail < ActiveRecord::Migration
+class AddIndexToUserAgentDetail < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false