Commit c0a982fa authored by Sean McGivern's avatar Sean McGivern

Merge branch '51782-fix_rename_login_namespace_migration' into 'master'

Resolve ""update_column_in_batches can not be run inside a transaction" during upgrade to 11.3"

Closes #51782

See merge request gitlab-org/gitlab-ce!22055
parents d4736a57 37d5a604
---
title: Fix migration to avoid an exception during upgrade
merge_request: 22055
author:
type: fixed
......@@ -5,6 +5,8 @@ class RenameLoginRootNamespaces < ActiveRecord::Migration
DOWNTIME = false
disable_ddl_transaction!
# We're taking over the /login namespace as part of a fix for the Jira integration
def up
disable_statement_timeout do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment