summaryrefslogtreecommitdiff
path: root/db/fixtures/development/01_admin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/01_admin.rb')
-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