Commit 37d5a604 authored by Mario de la Ossa's avatar Mario de la Ossa Committed by Mario de la Ossa

Fix rename_login_root_namespaces post migration

parent d5184e0d
---
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