Commit 9ada2be9 authored by Jonathan Schafer's avatar Jonathan Schafer

Fix db:reset command

parent c73795c6
......@@ -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:
```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 nuke it 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