Commit 081ac7fc authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'nicolasdular-master-patch-57976' into 'master'

Update time it takes to seed database

See merge request gitlab-org/gitlab!19958
parents 40d535b3 ec8f2139
......@@ -19,7 +19,7 @@ If you just want to delete everything and start over with an empty DB (~1 minute
- `bundle exec rake db:reset RAILS_ENV=development`
If you just want to delete everything and start over with dummy data (~40 minutes). This also does `db:reset` and runs DB-specific migrations:
If you just want to delete everything and start over with dummy data (~4 minutes). This also does `db:reset` and runs DB-specific migrations:
- `bundle exec rake dev:setup RAILS_ENV=development`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment