Merge pull request #35 from nguyendangminh/master
Correct command in README
This commit is contained in:
commit
12458d97fd
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 -b goose_migrations postgres
|
||||||
|
|
||||||
# Run the generated tests
|
# Run the generated tests
|
||||||
go test ./models
|
go test ./models
|
||||||
|
|
Loading…
Reference in a new issue