SIGN IN SIGN UP

script/bootstrap: Fix sqlx command by using newer version (#15980)

Version 0.5.7 doesn't have the `--database-url` command line flag, so
`script/bootstrap` didn't work.

Since we use `0.7` in collab (see
[here](https://github.com/zed-industries/zed/blob/73fb8277fc699600793e39e8320aa812cce48694/crates/collab/Cargo.toml#L60))
and sqlx 0.7.2 has the `--database-url` flag, we use that instead.


Release Notes:

- N/A

Co-authored-by: Bennet <bennet@zed.dev>
T
Thorsten Ball committed
9a211b239c924cb9d2cebb86d2f9653f475b4a50
Parent: a71bfd4
Committed by GitHub <noreply@github.com> on 8/8/2024, 2:10:18 PM