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:
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]