Change -x command to -b
This commit is contained in:
parent
884bc9f501
commit
d21ba9b592
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ with SQLBoiler. If you find there are some failing tests, please check the
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Generate our models and exclude the migrations table
|
# Generate our models and exclude the migrations table
|
||||||
sqlboiler postgres
|
sqlboiler -b goose_migrations postgres
|
||||||
|
|
||||||
# Run the generated tests
|
# Run the generated tests
|
||||||
go test ./models
|
go test ./models
|
||||||
|
|
Loading…
Reference in a new issue