Commit 4d4ac61d authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'jschafer-master-patch-04731' into 'master'

Documentation: Fix db:reset command

See merge request gitlab-org/gitlab!57611
parents 695aaf58 9ada2be9
...@@ -29,7 +29,7 @@ If you just want to delete everything and start over with sample data (approxima ...@@ -29,7 +29,7 @@ If you just want to delete everything and start over with sample data (approxima
also does `db:reset` and runs DB-specific migrations: also does `db:reset` and runs DB-specific migrations:
```shell ```shell
bundle exec rake dev:setup RAILS_ENV=development bundle exec rake db:setup RAILS_ENV=development
``` ```
If your test DB is giving you problems, it is safe to delete everything because it doesn't contain important If your test DB is giving you problems, it is safe to delete everything because it doesn't contain important
......
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