summaryrefslogtreecommitdiff
path: root/db/migrate/20161206153754_add_name_index_to_namespace.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20161206153754_add_name_index_to_namespace.rb')
-rw-r--r--db/migrate/20161206153754_add_name_index_to_namespace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161206153754_add_name_index_to_namespace.rb b/db/migrate/20161206153754_add_name_index_to_namespace.rb
index 2bbd039ff27..14152a6dc07 100644
--- a/db/migrate/20161206153754_add_name_index_to_namespace.rb
+++ b/db/migrate/20161206153754_add_name_index_to_namespace.rb
@@ -2,7 +2,7 @@
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
-class AddNameIndexToNamespace < ActiveRecord::Migration
+class AddNameIndexToNamespace < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
disable_ddl_transaction!