From 011222da01995bd2833672c57f174c4791e59264 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 14 Feb 2018 14:34:30 -0600 Subject: Remove root user 100 project limit to rely on default 100,000 See https://gitlab.com/gitlab-org/gitlab-ce/issues/43271 --- db/fixtures/development/01_admin.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'db/fixtures/development') 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 -- cgit v1.2.1