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:
+2
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user