Correct command
Error: unknown shorthand flag: 'x' in -x
This commit is contained in:
parent
65dd15de09
commit
884bc9f501
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 -x goose_migrations postgres
|
sqlboiler postgres
|
||||||
|
|
||||||
# Run the generated tests
|
# Run the generated tests
|
||||||
go test ./models
|
go test ./models
|
||||||
|
|
Loading…
Reference in a new issue