Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip postgresql if it's already installed
As part of the `script/bootstrap` script, we install the `postgresql` package. If the developer has already installed `Postgres.app` (which has some [useful features](https://chrisrbailey.medium.com/postgres-on-mac-skip-brew-use-postgres-app-dda95da38d74)) they might run into issues. So, let's amend the Brewfile to only install `postgresql` if the `pgsql` command isn't already available.
- Loading branch information