collab: Don't run migrations on startup (#44430)

This PR removes the step that applies migrations when Collab starts up,
as migrations are now done as part of Cloud deployments.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-12-08 21:46:52 +00:00
committed by GitHub
parent 6b2d1f153d
commit c005adb09c
10 changed files with 10 additions and 210 deletions
-3
View File
@@ -1,3 +0,0 @@
zed . \
"crates/collab/migrations.sqlite/20221109000000_test_schema.sql" \
"crates/collab/migrations/$(date -u +%Y%m%d%H%M%S)_$(echo $1 | sed 's/[^a-z0-9]/_/g').sql"