summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-02-14 14:34:30 -0600
committerEric Eastwood <contact@ericeastwood.com>2018-02-14 20:51:37 -0600
commit011222da01995bd2833672c57f174c4791e59264 (patch)
tree786078879acefc8f2394e7343738ad78a5b788bd
parent0a0f337c5661eb7a76dfdc49dcecc3406fcfd1b7 (diff)
downloadgitlab-ce-43271-remove-seeded-root-user-project-limit.tar.gz
Remove root user 100 project limit to rely on default 100,00043271-remove-seeded-root-user-project-limit
See https://gitlab.com/gitlab-org/gitlab-ce/issues/43271
-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