Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz committed Nov 30, 2023
1 parent 3f3f6db commit 9905842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ $ bin/setup
## Create & Setup database

```shell
bundle exec rake db:create # (create db for development and test)
bundle exec rake db:migrate # (run migration for development db)
bundle exec rake db:migrate RAILS_ENV=test # (run migration for test db)
bundle exec rake db:create # (create db for development and test)
bundle exec rake db:schema:load # (run migration for development db)
bundle exec rake db:schema:load RAILS_ENV=test # (run migration for test db)
```

## Running Test
Expand Down

0 comments on commit 9905842

Please sign in to comment.