Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-04-14 21:07:34 +0300
committerBob Van Landuyt <bob@gitlab.com>2017-05-01 12:14:24 +0300
commitab5f9027fb2a78f9c15b3f4d0fcd20ed998e5272 (patch)
tree5d42273e357765c5218c98d2cf204831bc5fed59 /db
parentc5059cb4f705191074d3371beb81a3f0a67473af (diff)
Rename namespaces called `Users`
This should rename the already created namespace that snuck trough because the validation was case sensitive
Diffstat (limited to 'db')
-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]