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
+2 -5
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