Fix bootstrap script (#8445)

This PR fixes the bootstrap script, as we had some unintentional changes
committed to it.

Closes #8370.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-26 13:20:31 -05:00 committed by GitHub
parent 7d0c515be9
commit cd8ede542b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,8 @@ mkdir -p .blob_store/the-extensions-bucket
echo "creating database..."
script/sqlx database create
# echo "migrating database..."
# cargo run -p collab -- migrate
echo "migrating database..."
cargo run -p collab -- migrate
echo "seeding database..."
script/seed-db
# echo "Linux dependencies..."
# script/linux