mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-25 00:32:26 +00:00
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:
parent
7d0c515be9
commit
cd8ede542b
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue