Merge pull request #35 from nguyendangminh/master

Correct command in README
This commit is contained in:
Patrick O 2016-09-15 20:57:31 +10:00 committed by GitHub
commit 12458d97fd

View file

@ -288,7 +288,7 @@ with SQLBoiler. If you find there are some failing tests, please check the
```sh
# Generate our models and exclude the migrations table
sqlboiler -x goose_migrations postgres
sqlboiler -b goose_migrations postgres
# Run the generated tests
go test ./models