diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2018-02-14 14:34:30 -0600 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2018-02-14 20:51:37 -0600 |
commit | 011222da01995bd2833672c57f174c4791e59264 (patch) | |
tree | 786078879acefc8f2394e7343738ad78a5b788bd /db/fixtures | |
parent | 0a0f337c5661eb7a76dfdc49dcecc3406fcfd1b7 (diff) | |
download | gitlab-ce-011222da01995bd2833672c57f174c4791e59264.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
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/01_admin.rb | 1 |
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 |