Skip to content

Commit

Permalink
Merge pull request #13 from ga-wdi-boston/015/master
Browse files Browse the repository at this point in the history
Fix markdown error before license
  • Loading branch information
Antony Donovan authored Oct 27, 2016
2 parents f987483 + 8cbfc16 commit 4a20665
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,18 +250,20 @@ Content-Type: application/json; charset=utf-8
### Reset Database without dropping

- locally

```sh
bin/rake db:migrate VERSION=0
bin/rake db:migrate db:seed db:examples```
bin/rake db:migrate db:seed db:examples
```

- heroku

```sh
heroku run rake db:migrate VERSION=0
heroku run rake db:migrate db:seed db:examples```
heroku run rake db:migrate db:seed db:examples
```


bin/rake db:migrate VERSION=0



Expand Down

0 comments on commit 4a20665

Please sign in to comment.