diff --git a/README.md b/README.md index 195357b..899098b 100644 --- a/README.md +++ b/README.md @@ -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