Fix bootstrap script (#8445)
Marshall Bowers
created
This PR fixes the bootstrap script, as we had some unintentional changes
committed to it.
Closes #8370.
Release Notes:
- N/A
Change summary
script/bootstrap | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Detailed changes
@@ -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