Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
409322eb
Commit
409322eb
authored
Sep 06, 2018
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable statement timeout in RenameLoginRootNamespaces migration
parent
6967fd0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
db/post_migrate/20180816193530_rename_login_root_namespaces.rb
...st_migrate/20180816193530_rename_login_root_namespaces.rb
+6
-2
No files found.
db/post_migrate/20180816193530_rename_login_root_namespaces.rb
View file @
409322eb
...
@@ -7,10 +7,14 @@ class RenameLoginRootNamespaces < ActiveRecord::Migration
...
@@ -7,10 +7,14 @@ class RenameLoginRootNamespaces < ActiveRecord::Migration
# We're taking over the /login namespace as part of a fix for the Jira integration
# We're taking over the /login namespace as part of a fix for the Jira integration
def
up
def
up
disable_statement_timeout
do
rename_root_paths
'login'
rename_root_paths
'login'
end
end
end
def
down
def
down
disable_statement_timeout
do
revert_renames
revert_renames
end
end
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment