Merge pull request #1117 from maddenwg/improve-docs

add step to drop and recreate database before changing seed Edit
This commit is contained in:
Robin Ward 2013-07-02 07:10:09 -07:00
commit d051e35000
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ commands:
```
vagrant ssh
cd /vagrant
rake db:drop db:create
psql discourse_development < pg_dumps/production-image.sql
rake db:migrate
rake db:test:prepare