Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Oct 16, 2024
1 parent b9d1cff commit ccd055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RAILS_ENV=test rake db:drop db:create db:migrate
If you're not adding new migrations you only need to load the schema. If you are running migrations you need to also load the schema (in addition to running the migrations)

```
RAILS_ENV=test rake db:schema:load
RAILS_ENV=test bundle exec rake db:schema:load
```

## License
Expand Down

0 comments on commit ccd055d

Please sign in to comment.