summaryrefslogtreecommitdiff
path: root/db/post_migrate/20180816193530_rename_login_root_namespaces.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20180816193530_rename_login_root_namespaces.rb')
-rw-r--r--db/post_migrate/20180816193530_rename_login_root_namespaces.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180816193530_rename_login_root_namespaces.rb b/db/post_migrate/20180816193530_rename_login_root_namespaces.rb
index 4ab1250473f..70db8f46d05 100644
--- a/db/post_migrate/20180816193530_rename_login_root_namespaces.rb
+++ b/db/post_migrate/20180816193530_rename_login_root_namespaces.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
-class RenameLoginRootNamespaces < ActiveRecord::Migration
+class RenameLoginRootNamespaces < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
include Gitlab::Database::RenameReservedPathsMigration::V1