Change -x command to -b

This commit is contained in:
Patrick O 2016-09-15 20:55:09 +10:00 committed by GitHub
parent 884bc9f501
commit d21ba9b592

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 postgres
sqlboiler -b goose_migrations postgres
# Run the generated tests
go test ./models