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:
authorEric Eastwood <contact@ericeastwood.com>2018-02-14 23:34:30 +0300
committerEric Eastwood <contact@ericeastwood.com>2018-02-15 05:51:37 +0300
commit011222da01995bd2833672c57f174c4791e59264 (patch)
tree786078879acefc8f2394e7343738ad78a5b788bd /db
parent0a0f337c5661eb7a76dfdc49dcecc3406fcfd1b7 (diff)
Remove root user 100 project limit to rely on default 100,000
See https://gitlab.com/gitlab-org/gitlab-ce/issues/43271
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/01_admin.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/fixtures/development/01_admin.rb b/db/fixtures/development/01_admin.rb
index 6f241f6fa4a..dfb50c195c1 100644
--- a/db/fixtures/development/01_admin.rb
+++ b/db/fixtures/development/01_admin.rb
@@ -9,7 +9,6 @@ Gitlab::Seeder.quiet do
s.username = 'root'
s.password = '5iveL!fe'
s.admin = true
- s.projects_limit = 100
s.confirmed_at = DateTime.now
end
end