summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-04-14 20:07:34 +0200
committerBob Van Landuyt <bob@gitlab.com>2017-05-01 11:14:24 +0200
commitab5f9027fb2a78f9c15b3f4d0fcd20ed998e5272 (patch)
tree5d42273e357765c5218c98d2cf204831bc5fed59
parentc5059cb4f705191074d3371beb81a3f0a67473af (diff)
downloadgitlab-ce-ab5f9027fb2a78f9c15b3f4d0fcd20ed998e5272.tar.gz
Rename namespaces called `Users`
This should rename the already created namespace that snuck trough because the validation was case sensitive
-rw-r--r--db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb b/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb
index fcab298eb09..73a59ef0d74 100644
--- a/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb
+++ b/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb
@@ -24,6 +24,7 @@ class RenameReservedDynamicPaths < ActiveRecord::Migration
oauth
sent_notifications
-
+ users
]
DISALLOWED_WILDCARD_PATHS = %w[objects folders file]