提交 a286e20d 编写于 作者: K Kamil Trzciński

Merge branch 'issue_50980' into 'master'

Disable statement timeout in RenameLoginRootNamespaces migration

Closes #50980

See merge request gitlab-org/gitlab-ce!21564
......@@ -7,10 +7,14 @@ class RenameLoginRootNamespaces < ActiveRecord::Migration
# We're taking over the /login namespace as part of a fix for the Jira integration
def up
rename_root_paths 'login'
disable_statement_timeout do
rename_root_paths 'login'
end
end
def down
revert_renames
disable_statement_timeout do
revert_renames
end
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册