Correct command

Error: unknown shorthand flag: 'x' in -x
This commit is contained in:
Nguyen Dang Minh 2016-09-15 17:37:46 +07:00 committed by GitHub
parent 65dd15de09
commit 884bc9f501

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